Skip to content

Commit 84f3dd2

Browse files
committed
Update dependencies in composer.json for Laravel compatibility
1 parent d7f7a8b commit 84f3dd2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
],
2222
"require": {
2323
"php": "^8.2",
24-
"illuminate/cache": "^11.0|^12.0",
25-
"illuminate/console": "^11.0|^12.0",
26-
"illuminate/contracts": "^11.0|^12.0",
27-
"illuminate/support": "^11.0|^12.0",
24+
"illuminate/cache": "^12.0|^13.0",
25+
"illuminate/console": "^12.0|^13.0",
26+
"illuminate/contracts": "^12.0|^13.0",
27+
"illuminate/support": "^12.0|^13.0",
2828
"spatie/laravel-package-tools": "^1.9"
2929
},
3030
"require-dev": {
3131
"larastan/larastan": "^3.4",
3232
"laravel/pint": "^1.22",
3333
"nunomaduro/collision": "^8.8",
34-
"orchestra/testbench": "^10.0",
35-
"pestphp/pest": "^3.7",
36-
"pestphp/pest-plugin-arch": "^3.1",
37-
"pestphp/pest-plugin-laravel": "^3.4",
34+
"orchestra/testbench": "^10.0|^11.0",
35+
"pestphp/pest": "^4.0",
36+
"pestphp/pest-plugin-arch": "^4.0",
37+
"pestphp/pest-plugin-laravel": "^4.0",
3838
"phpstan/extension-installer": "^1.4.3",
3939
"phpstan/phpstan-deprecation-rules": "^2.0",
4040
"phpstan/phpstan-phpunit": "^2.0"

0 commit comments

Comments
 (0)