Skip to content

Commit

Permalink
build: add Laravel 11 capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreshnik committed Mar 22, 2024
1 parent 439b538 commit e5852db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
],
"require": {
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"illuminate/console": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/console": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0|^10.0"
"phpunit/phpunit": "^8.4|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e5852db

Please sign in to comment.