Skip to content

Commit

Permalink
Merge pull request #26 from kaptk2/master
Browse files Browse the repository at this point in the history
Update to Laravel 11
  • Loading branch information
andreia authored Apr 5, 2024
2 parents f0f81e4 + 6010b2a commit 7d5487f
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"
"illuminate/contracts": "^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 7d5487f

Please sign in to comment.