Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rossriley authored Sep 13, 2023
1 parent 3d7be5b commit 678b22e
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 @@ -13,11 +13,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/console": "^5.0|^6.0|^7.0|^8.0|^10.0",
"illuminate/database": "^5.0|^6.0|^7.0|^8.0|^10.0",
"illuminate/events": "^5.0|^6.0|^7.0|^8.0|^10.0",
"illuminate/filesystem": "^5.0|^6.0|^7.0|^8.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^10.0"
"illuminate/console": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/events": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 678b22e

Please sign in to comment.