Skip to content

Commit d10e64a

Browse files
committed
Update version requirements
1 parent 802e54e commit d10e64a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}],
1111
"require": {
1212
"php": ">=5.6.4",
13-
"illuminate/support": "~5.4",
14-
"illuminate/console": "~5.4",
15-
"illuminate/view": "~5.4",
16-
"illuminate/filesystem": "~5.4",
17-
"symfony/finder": "~4.1"
13+
"illuminate/support": "^5.4|^6.0",
14+
"illuminate/console": "^5.4|^6.0",
15+
"illuminate/view": "^5.4|^6.0",
16+
"illuminate/filesystem": "^5.4|^6.0",
17+
"symfony/finder": "^4.1"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)