Skip to content

Commit b8aabd8

Browse files
authored
Laravel 12 update (#17)
* Laravel 12 update
1 parent 4af84ad commit b8aabd8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [8.3, 8.4]
17-
laravel: [11.*]
17+
laravel: [11.*, 12.*]
1818
include:
1919
- laravel: 11.*
2020
testbench: 9.*
21+
- laravel: 12.*
22+
testbench: 10.*
2123

2224
steps:
2325
- name: Checkout code

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
],
1212
"require": {
1313
"php": "^8.3",
14-
"descom/descommarket_common": "^1.2",
15-
"descom/pipeline": "^2.2",
14+
"descom/descommarket_common": "^1.7",
15+
"descom/pipeline": "^2.4",
1616
"google/apiclient": "^2.12.1",
1717
"illuminate/console": "*",
1818
"illuminate/database": "*",
19-
"laravel/framework": "^11.0"
19+
"laravel/framework": "^11.0|^12.0"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "^3.4",
23-
"guzzlehttp/guzzle": "^7.5",
24-
"larastan/larastan": "^2.8",
25-
"orchestra/testbench": "^9.0",
26-
"phpstan/phpstan": "^1.2",
27-
"phpunit/phpunit": "^10.5"
22+
"friendsofphp/php-cs-fixer": "^3.75",
23+
"guzzlehttp/guzzle": "^7.8",
24+
"larastan/larastan": "^3.0",
25+
"orchestra/testbench": "^9.0|^10.0",
26+
"phpstan/phpstan": "^2.1",
27+
"phpunit/phpunit": "^10.5|^11.5"
2828
},
2929
"autoload": {
3030
"psr-4": {

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ parameters:
99

1010
# The level 9 is the highest level
1111
level: 5
12-
13-
checkMissingIterableValueType: false

0 commit comments

Comments
 (0)