Skip to content

Commit 39965b7

Browse files
committed
Implement tests for Laravel 5.3
1 parent bfd228d commit 39965b7

File tree

2 files changed

+9
-26
lines changed

2 files changed

+9
-26
lines changed

composer.json

Lines changed: 9 additions & 8 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.5",
31-
"illuminate/support": "5.0 - 5.5",
30+
"illuminate/cache": "5.0 - 5.3",
31+
"illuminate/support": "5.0 - 5.3",
3232
"php-http/curl-client": "^1.7",
3333
"php": "^7.0",
3434
"willdurand/geocoder": "^4.0"
@@ -41,13 +41,14 @@
4141
"geocoder-php/geoip2-provider": "^4.0",
4242
"geocoder-php/maxmind-binary-provider": "^4.0",
4343
"mockery/mockery": "0.9.*",
44-
"orchestra/database": "^3.5",
45-
"orchestra/testbench": "^3.5",
46-
"orchestra/testbench-browser-kit": "^3.5",
47-
"orchestra/testbench-dusk": "^3.5",
44+
"orchestra/database": "^3.3",
45+
"orchestra/testbench-browser-kit": "^3.3",
46+
"orchestra/testbench": "^3.3",
4847
"php-coveralls/php-coveralls": "*",
49-
"phpunit/phpunit": "*",
50-
"sebastian/phpcpd": "*"
48+
"phpunit/phpunit": "~5.0",
49+
"sebastian/phpcpd": "*",
50+
"symfony/css-selector": "3.1.*",
51+
"symfony/dom-crawler": "3.1.*"
5152
},
5253
"autoload": {
5354
"psr-4": {

tests/BrowserTestCase.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)