Skip to content

Commit 730399d

Browse files
committed
Update to Laravel 11
1 parent f0f81e4 commit 730399d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"php": "^7.4|^8.0",
1919
"league/flysystem-aws-s3-v3": "^3.0",
2020
"spatie/laravel-package-tools": "^1.1",
21-
"illuminate/contracts": "^8.0|^9.0|^10.0"
21+
"laravel/framework": "^8.0 | ^9.0 | ^10.0 | ^11.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^6.0|^7.0",
24+
"orchestra/testbench": "^6.0 | ^7.0 | ^8.0 | ^9.0",
2525
"phpstan/extension-installer": "^1.1",
2626
"phpstan/phpstan-deprecation-rules": "^1.0",
2727
"phpstan/phpstan-phpunit": "^1.0",

0 commit comments

Comments
 (0)