Skip to content

Commit 4761dd8

Browse files
authored
Laravel 10 support
1 parent a8fd02e commit 4761dd8

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": "^9.0|^8.0|7.0|^6.0|^5.8",
14-
"illuminate/contracts": "^9.0|^8.0|7.0|^6.0|^5.8",
15-
"illuminate/support": "^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)