Skip to content

Commit 8a07bca

Browse files
committed
Add Laravel 5.7 compatibility
Fixes #136
1 parent b0a0a15 commit 8a07bca

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"geocoder-php/geo-plugin-provider": "^4.0",
2828
"geocoder-php/google-maps-provider": "^4.0",
2929
"guzzlehttp/psr7": "*",
30-
"illuminate/cache": "5.0 - 5.6",
31-
"illuminate/support": "5.0 - 5.6",
32-
"php-http/curl-client": "^1.7",
30+
"illuminate/cache": "5.0 - 5.7",
31+
"illuminate/support": "5.0 - 5.7",
32+
"php-http/curl-client": "*",
3333
"php": ">=7.1.3",
3434
"willdurand/geocoder": "^4.0"
3535
},

phpunit.xml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
1111
processIsolation="false"
1212
stopOnFailure="false"
13-
syntaxCheck="false"
1413
>
1514
<testsuites>
1615
<testsuite name="Browser">

0 commit comments

Comments
 (0)