Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit e8d6962

Browse files
oriceonbarryvdh
authored andcommitted
Laravel 6.0 Compatibility (#86)
* Laravel 6.0 Compatibility * Update composer.json
1 parent 875ecae commit e8d6962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=7",
14-
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
15-
"illuminate/console": "5.5.x|5.6.x|5.7.x|5.8.x",
14+
"illuminate/support": "^5.5|^6",
15+
"illuminate/console": "^5.5|^6",
1616
"symfony/process": "^3.2|^4"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)