Skip to content

Commit

Permalink
Update to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kaptk2 committed Apr 4, 2024
1 parent f0f81e4 commit 730399d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"php": "^7.4|^8.0",
"league/flysystem-aws-s3-v3": "^3.0",
"spatie/laravel-package-tools": "^1.1",
"illuminate/contracts": "^8.0|^9.0|^10.0"
"laravel/framework": "^8.0 | ^9.0 | ^10.0 | ^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^6.0 | ^7.0 | ^8.0 | ^9.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

0 comments on commit 730399d

Please sign in to comment.