Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
- Fix supporting Laravel 7.x
  • Loading branch information
JackieDo committed Feb 19, 2023
1 parent bc8c7bc commit 24667e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"illuminate/console": "^10.0|^9.0|^8.0|7.0|^6.0|^5.8",
"illuminate/contracts": "^10.0|^9.0|^8.0|7.0|^6.0|^5.8",
"illuminate/support": "^10.0|^9.0|^8.0|7.0|^6.0|^5.8",
"illuminate/console": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.8",
"illuminate/contracts": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.8",
"illuminate/support": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.8",
"jackiedo/path-helper": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 24667e3

Please sign in to comment.