Skip to content

Commit ac7c403

Browse files
authored
Merge pull request #13 from naillizard/laravel-7-support
Removed support for illuminate/support ^6.0
2 parents c6e431c + efafc70 commit ac7c403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.2",
15-
"illuminate/support": "^6.0|^7.0"
15+
"illuminate/support": "^7.0"
1616
},
1717
"require-dev": {
1818
"orchestra/testbench": "^4.0",

0 commit comments

Comments
 (0)