Skip to content

Commit 7538c51

Browse files
committed
Update workflows and dependencies for Laravel 12 and PHP 8.4 compatibility
1 parent 0984b49 commit 7538c51

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.5, 8.4]
21-
laravel: [12.*, 11.*]
20+
php: [8.4]
21+
laravel: [12.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 12.*

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.3",
21-
"illuminate/contracts": "^10.0|^11.0|^12.0",
22-
"illuminate/database": "^10.0|^11.0|^12.0",
23-
"illuminate/queue": "^10.0|^11.0|^12.0",
24-
"illuminate/support": "^10.0|^11.0|^12.0",
20+
"php": "^8.4",
21+
"illuminate/contracts": "^12.0",
22+
"illuminate/database": "^12.0",
23+
"illuminate/queue": "^12.0",
24+
"illuminate/support": "^12.0",
2525
"rokde/laravel-utilities": "^1.0.1",
2626
"spatie/laravel-package-tools": "^1.92.7"
2727
},
2828
"require-dev": {
2929
"doctrine/dbal": "^4.3.4",
30-
"larastan/larastan": "^2.9.14",
30+
"larastan/larastan": "^3.0",
3131
"laravel/pint": "^1.25.1",
32-
"nunomaduro/collision": "^7.12",
33-
"orchestra/testbench": "^8.18",
34-
"pestphp/pest": "^2.36",
35-
"pestphp/pest-plugin-arch": "^2.7",
36-
"pestphp/pest-plugin-laravel": "^2.2",
32+
"nunomaduro/collision": "^v8.0",
33+
"orchestra/testbench": "^10.0",
34+
"pestphp/pest": "^4.1",
35+
"pestphp/pest-plugin-arch": "^4.0",
36+
"pestphp/pest-plugin-laravel": "^4.0",
3737
"phpstan/extension-installer": "^1.4.3",
38-
"phpstan/phpstan-deprecation-rules": "^1.2.1",
39-
"phpstan/phpstan-phpunit": "^1.4.2"
38+
"phpstan/phpstan-deprecation-rules": "^2.0",
39+
"phpstan/phpstan-phpunit": "^2.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)