Skip to content

Commit 90425f6

Browse files
authored
Merge pull request spinen#19 from wertmenschen/develop
Make compatible with Laravel 5.6
2 parents 1eac052 + 19b24b5 commit 90425f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=5.5.0",
24-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
25-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
24+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
25+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
2626
"phayes/geophp": "~1.2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)