Skip to content

Commit 73f32fe

Browse files
authoredFeb 24, 2025
Merge pull request #393 from alies-dev/laravel-12
Support Laravel 12, drop support Psalm 5
2 parents 1a32d9e + 7b383cc commit 73f32fe

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: true
5353
matrix:
5454
php: [8.4, 8.3, 8.2]
55-
laravel: [^11.35]
55+
laravel: [^11.35, ^12.0]
5656
dependencies: [highest]
5757
name: Type test P${{ matrix.php }} | L${{ matrix.laravel }} | ${{ matrix.dependencies == 'highest' && '↑' || '↓' }}
5858
steps:

‎composer.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"php": "^8.2",
1515
"ext-simplexml": "*",
1616
"barryvdh/laravel-ide-helper": "~3.5.4",
17-
"illuminate/config": "^11.35",
18-
"illuminate/container": "^11.35",
19-
"illuminate/contracts": "^11.35",
20-
"illuminate/database": "^11.35",
21-
"illuminate/events": "^11.35",
22-
"illuminate/http": "^11.35",
23-
"illuminate/routing": "^11.35",
24-
"illuminate/support": "^11.35",
25-
"illuminate/view": "^11.35",
17+
"illuminate/config": "^11.35 || ^12.0",
18+
"illuminate/container": "^11.35 || ^12.0",
19+
"illuminate/contracts": "^11.35 || ^12.0",
20+
"illuminate/database": "^11.35 || ^12.0",
21+
"illuminate/events": "^11.35 || ^12.0",
22+
"illuminate/http": "^11.35 || ^12.0",
23+
"illuminate/routing": "^11.35 || ^12.0",
24+
"illuminate/support": "^11.35 || ^12.0",
25+
"illuminate/view": "^11.35 || ^12.0",
2626
"nikic/php-parser": "^5.0",
27-
"orchestra/testbench-core": "^9.9",
27+
"orchestra/testbench-core": "^9.11 || ^10.0",
2828
"symfony/console": "^7.1",
2929
"symfony/finder": "^7.1",
30-
"vimeo/psalm": "^5.26 || ^6.0"
30+
"vimeo/psalm": "^6.0"
3131
},
3232
"require-dev": {
33-
"laravel/framework": "^11.35",
33+
"laravel/framework": "^11.35 || ^12.0",
3434
"phpunit/phpunit": "^10.5 || ^11.5",
3535
"phpyh/psalm-tester": "^0.1.0",
3636
"ramsey/collection": "^1.3",

0 commit comments

Comments
 (0)