Skip to content

Commit b57592a

Browse files
Update composer.json for support laravel 8
1 parent f8b83ea commit b57592a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1.3|^7.2.5",
14-
"laravel/ui": "^1.0|^2.0",
15-
"illuminate/console": "~5.8|^6.0|^7.0",
16-
"illuminate/filesystem": "~5.8|^6.0|^7.0",
17-
"illuminate/support": "~5.8|^6.0|^7.0"
13+
"php": "^7.1.3|^7.2.5|^7.3",
14+
"laravel/ui": "^1.0|^2.0|^3.0",
15+
"illuminate/console": "~5.8|^6.0|^7.0|^8.0",
16+
"illuminate/filesystem": "~5.8|^6.0|^7.0|^8.0",
17+
"illuminate/support": "~5.8|^6.0|^7.0|^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)