Skip to content

Commit

Permalink
Allow installation on Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Mar 22, 2024
1 parent df13753 commit 96aafaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"kylekatarnls/html-object": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.3",
"illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 96aafaf

Please sign in to comment.