Skip to content

Commit 7d5487f

Browse files
authored
Merge pull request #26 from kaptk2/master
Update to Laravel 11
2 parents f0f81e4 + 6010b2a commit 7d5487f

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+
"illuminate/contracts": "^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)