Dependencies updated for Laravel 5.7
This commit is contained in:
parent
ab5480fdc9
commit
99e472f99c
@ -12,36 +12,36 @@
|
|||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"laravel/framework": "^5.6",
|
"laravel/framework": "5.7.x",
|
||||||
"laravelcollective/html": "5.6.x",
|
"laravelcollective/html": "5.7.x",
|
||||||
"prettus/l5-repository": "2.6.x",
|
"prettus/l5-repository": "2.6.x",
|
||||||
|
"nwidart/laravel-modules": "^3.0",
|
||||||
|
"santigarcor/laratrust": "5.0.*",
|
||||||
|
"arrilot/laravel-widgets": "3.x",
|
||||||
|
"sebastiaanluca/laravel-helpers": "1.x",
|
||||||
|
"joshbrw/laravel-module-installer": "0.1.x",
|
||||||
|
"webpatser/laravel-uuid": "3.*",
|
||||||
|
"igaster/laravel-theme": "^2.0",
|
||||||
|
"irazasyed/laravel-gamp": "1.3.x",
|
||||||
|
"toin0u/geotools-laravel": "1.0.x",
|
||||||
"spatie/laravel-pjax": "1.3.x",
|
"spatie/laravel-pjax": "1.3.x",
|
||||||
"league/geotools": "0.8.x",
|
"league/geotools": "0.8.x",
|
||||||
"toin0u/geotools-laravel": "1.0.x",
|
|
||||||
"fzaninotto/faker": "^1.8",
|
"fzaninotto/faker": "^1.8",
|
||||||
"webpatser/laravel-uuid": "3.0.x",
|
|
||||||
"composer/semver": "1.4.x",
|
"composer/semver": "1.4.x",
|
||||||
"hashids/hashids": "2.0.x",
|
"hashids/hashids": "2.0.x",
|
||||||
"nwidart/laravel-modules": "^3.0",
|
|
||||||
"sebastiaanluca/laravel-helpers": "1.0.x",
|
|
||||||
"jackiedo/timezonelist": "5.x",
|
"jackiedo/timezonelist": "5.x",
|
||||||
"tivie/php-os-detector": "1.1.x",
|
"tivie/php-os-detector": "1.1.x",
|
||||||
"santigarcor/laratrust": "5.0.x",
|
|
||||||
"pragmarx/version": "0.2.x",
|
"pragmarx/version": "0.2.x",
|
||||||
"guzzlehttp/guzzle": "6.3.x",
|
"guzzlehttp/guzzle": "6.3.x",
|
||||||
"jmikola/geojson": "1.0.x",
|
"jmikola/geojson": "1.0.x",
|
||||||
"laracasts/flash": "3.0.x",
|
"laracasts/flash": "3.0.x",
|
||||||
"arrilot/laravel-widgets": "3.9.x",
|
|
||||||
"nabeel/vacentral": "^1.0",
|
"nabeel/vacentral": "^1.0",
|
||||||
"league/iso3166": "2.1.x",
|
"league/iso3166": "2.1.x",
|
||||||
"theiconic/php-ga-measurement-protocol": "2.7.x",
|
"theiconic/php-ga-measurement-protocol": "2.7.x",
|
||||||
"joshbrw/laravel-module-installer": "0.1.x",
|
|
||||||
"irazasyed/laravel-gamp": "1.3.x",
|
|
||||||
"vierbergenlars/php-semver": "3.0.x",
|
"vierbergenlars/php-semver": "3.0.x",
|
||||||
"php-units-of-measure/php-units-of-measure": "2.1.x",
|
"php-units-of-measure/php-units-of-measure": "2.1.x",
|
||||||
"markrogoyski/math-php": "^0.38.0",
|
"markrogoyski/math-php": "^0.38.0",
|
||||||
"akaunting/money": "^1.0",
|
"akaunting/money": "^1.0",
|
||||||
"igaster/laravel-theme": "^2.0",
|
|
||||||
"anhskohbo/no-captcha": "^3.0",
|
"anhskohbo/no-captcha": "^3.0",
|
||||||
"league/csv": "^9.1",
|
"league/csv": "^9.1",
|
||||||
"intervention/image": "^2.4",
|
"intervention/image": "^2.4",
|
||||||
@ -49,15 +49,13 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~7.0",
|
"phpunit/phpunit": "~7.0",
|
||||||
"barryvdh/laravel-ide-helper": "2.4.x",
|
"barryvdh/laravel-ide-helper": "^2.0",
|
||||||
|
"barryvdh/laravel-debugbar": "^3.0",
|
||||||
"mockery/mockery": "0.9.*",
|
"mockery/mockery": "0.9.*",
|
||||||
"filp/whoops": "~2.0",
|
"filp/whoops": "~2.0",
|
||||||
"bpocallaghan/generators": "5.0.1",
|
"bpocallaghan/generators": "5.0.1",
|
||||||
"nunomaduro/collision": "^2.0",
|
"nunomaduro/collision": "^2.0",
|
||||||
"phpstan/phpstan": "^0.9.2",
|
"codedungeon/phpunit-result-printer": "^0.13.0"
|
||||||
"weebly/phpstan-laravel": "^1.1",
|
|
||||||
"codedungeon/phpunit-result-printer": "^0.13.0",
|
|
||||||
"barryvdh/laravel-debugbar": "^3.1"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
Loading…
Reference in New Issue
Block a user