Cleanup of the test classes and remove superfluous dependencies
This commit is contained in:
@@ -10,31 +10,30 @@
|
||||
"php": ">=7.1",
|
||||
"laravel/framework": "5.5.*",
|
||||
"php-http/httplug": "1.1.0",
|
||||
"laravelcollective/html": "5.5.1",
|
||||
"prettus/l5-repository": "2.6.32",
|
||||
"spatie/laravel-pjax": "1.3.1",
|
||||
"league/geotools": "0.7.0",
|
||||
"toin0u/geotools-laravel": "^1.0",
|
||||
"webpatser/laravel-uuid": "3.0.1",
|
||||
"spatie/laravel-fractal": "5.3.0",
|
||||
"composer/semver": "1.4.2",
|
||||
"hashids/hashids": "2.0.4",
|
||||
"nwidart/laravel-modules": "2.6.0",
|
||||
"sebastiaanluca/laravel-helpers": "1.0.2",
|
||||
"laravelcollective/html": "5.5.x",
|
||||
"prettus/l5-repository": "2.6.x",
|
||||
"spatie/laravel-pjax": "1.3.x",
|
||||
"league/geotools": "0.7.x",
|
||||
"toin0u/geotools-laravel": "1.0.x",
|
||||
"webpatser/laravel-uuid": "3.0.x",
|
||||
"composer/semver": "1.4.x",
|
||||
"hashids/hashids": "2.0.x",
|
||||
"nwidart/laravel-modules": "2.6.x",
|
||||
"sebastiaanluca/laravel-helpers": "1.0.x",
|
||||
"jackiedo/timezonelist": "5.x",
|
||||
"tivie/php-os-detector": "1.1.0",
|
||||
"santigarcor/laratrust": "5.0.3",
|
||||
"pragmarx/version": "0.2.3",
|
||||
"guzzlehttp/guzzle": "6.3.0",
|
||||
"jmikola/geojson": "1.0.2",
|
||||
"laracasts/flash": "3.0.2",
|
||||
"arrilot/laravel-widgets": "3.9.0",
|
||||
"nabeel/vacentral": "1.0.*",
|
||||
"league/iso3166": "^2.1",
|
||||
"google/apiclient": "^2.0",
|
||||
"theiconic/php-ga-measurement-protocol": "^2.0",
|
||||
"irazasyed/laravel-gamp": "^1.3",
|
||||
"vierbergenlars/php-semver": "^3.0"
|
||||
"tivie/php-os-detector": "1.1.x",
|
||||
"santigarcor/laratrust": "5.0.x",
|
||||
"pragmarx/version": "0.2.x",
|
||||
"guzzlehttp/guzzle": "6.3.x",
|
||||
"jmikola/geojson": "1.0.x",
|
||||
"laracasts/flash": "3.0.x",
|
||||
"arrilot/laravel-widgets": "3.9.x",
|
||||
"nabeel/vacentral": "1.0.x",
|
||||
"league/iso3166": "2.1.x",
|
||||
"google/apiclient": "2.2.x",
|
||||
"theiconic/php-ga-measurement-protocol": "2.7.x",
|
||||
"irazasyed/laravel-gamp": "1.3.x",
|
||||
"vierbergenlars/php-semver": "3.0.x"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "6.4.0",
|
||||
@@ -42,7 +41,6 @@
|
||||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"filp/whoops": "~2.0",
|
||||
"orchestra/testbench": "3.5.2",
|
||||
"bpocallaghan/generators": "5.0.1",
|
||||
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0",
|
||||
"zircote/swagger-php": "2.0.13"
|
||||
|
||||
Reference in New Issue
Block a user