Skip to content

Commit bfd228d

Browse files
committed
Testing for Laravel 5.5
1 parent 4bd3553 commit bfd228d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
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",
30+
"illuminate/cache": "5.0 - 5.5",
31+
"illuminate/support": "5.0 - 5.5",
3232
"php-http/curl-client": "^1.7",
3333
"php": "^7.0",
3434
"willdurand/geocoder": "^4.0"
@@ -40,12 +40,11 @@
4040
"geocoder-php/bing-maps-provider": "^4.0",
4141
"geocoder-php/geoip2-provider": "^4.0",
4242
"geocoder-php/maxmind-binary-provider": "^4.0",
43-
"laravel/laravel": "5.5.*",
4443
"mockery/mockery": "0.9.*",
4544
"orchestra/database": "^3.5",
4645
"orchestra/testbench": "^3.5",
4746
"orchestra/testbench-browser-kit": "^3.5",
48-
"orchestra/testbench-dusk": "3.5.x-dev@dev",
47+
"orchestra/testbench-dusk": "^3.5",
4948
"php-coveralls/php-coveralls": "*",
5049
"phpunit/phpunit": "*",
5150
"sebastian/phpcpd": "*"

0 commit comments

Comments
 (0)