Skip to content

Commit efafc70

Browse files
authored
Removed support for illuminate/support ^6.0
L7 uses the Throwable interface where's Laravel 6 still uses the Exception class.
1 parent 6ab4ffd commit efafc70

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)