We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a0a15 commit 8a07bcaCopy full SHA for 8a07bca
composer.json
@@ -27,9 +27,9 @@
27
"geocoder-php/geo-plugin-provider": "^4.0",
28
"geocoder-php/google-maps-provider": "^4.0",
29
"guzzlehttp/psr7": "*",
30
- "illuminate/cache": "5.0 - 5.6",
31
- "illuminate/support": "5.0 - 5.6",
32
- "php-http/curl-client": "^1.7",
+ "illuminate/cache": "5.0 - 5.7",
+ "illuminate/support": "5.0 - 5.7",
+ "php-http/curl-client": "*",
33
"php": ">=7.1.3",
34
"willdurand/geocoder": "^4.0"
35
},
phpunit.xml
@@ -10,7 +10,6 @@
10
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
11
processIsolation="false"
12
stopOnFailure="false"
13
- syntaxCheck="false"
14
>
15
<testsuites>
16
<testsuite name="Browser">
0 commit comments