Skip to content

Commit 24667e3

Browse files
committed
Update composer.json
- Fix supporting Laravel 7.x
1 parent bc8c7bc commit 24667e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/console": "^10.0|^9.0|^8.0|7.0|^6.0|^5.8",
14-
"illuminate/contracts": "^10.0|^9.0|^8.0|7.0|^6.0|^5.8",
15-
"illuminate/support": "^10.0|^9.0|^8.0|7.0|^6.0|^5.8",
13+
"illuminate/console": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.8",
14+
"illuminate/contracts": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.8",
15+
"illuminate/support": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.8",
1616
"jackiedo/path-helper": "^1.0"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)