Skip to content

Commit 1b311b7

Browse files
authored
Merge pull request #148 from OwenMelbz/patch-1
Added Laravel 5.7 as supported version
2 parents d0b01bd + 90cd288 commit 1b311b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^5.4||^7.0",
16-
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
16+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
1717
"sentry/sentry": "^1.9.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)