Skip to content

Commit

Permalink
Allow installation on Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Feb 17, 2022
1 parent 48328d9 commit 9a88328
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 @@ -18,19 +18,19 @@
"require": {
"php": "^7.2|^8.0",
"anahkiasen/html-object": "~1.4",
"illuminate/config": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/container": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/http": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/session": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0",
"illuminate/support": "^5.1.3|^6.0|^7.0|^8.0"
"illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1.3",
"illuminate/database": "^5.1.3|^6.0|^7.0|^8.0"
"illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9a88328

Please sign in to comment.