Skip to content

Commit 1601d89

Browse files
squiaiosstayallive
andcommitted
Update to allow Laravel 5.8 (#195)
Update illuminate/support & laravel/framework to 5.8 Co-authored-by: Alex Bouma <[email protected]>
1 parent 3deb3b2 commit 1601d89

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": "^7.1",
16-
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
16+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
1717
"sentry/sentry": "2.0.0-beta2"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)