384 Laravel 6 changes (#385)
* 384 Laravel 6 changes * Library versions * Update package versions * Add keyType to models * Remove unused dependencies * StyleCI fixes * Fix models for test * Fix tests output and update test runner * Unused imports * Update exceptions handler * Fix login page
This commit is contained in:
@@ -12,49 +12,44 @@
|
||||
"ext-mbstring": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-pdo": "*",
|
||||
"composer/composer": "1.8.*",
|
||||
"laravel/framework": "5.8.*",
|
||||
"akaunting/money": "1.0.*",
|
||||
"anhskohbo/no-captcha": "3.0.*",
|
||||
"composer/composer": "~1.8.0",
|
||||
"laravel/framework": "~6.0.0",
|
||||
"akaunting/money": "^1.0",
|
||||
"anhskohbo/no-captcha": "^3.0",
|
||||
"appstract/laravel-opcache": "^2.0",
|
||||
"arrilot/laravel-widgets": "3.13.*",
|
||||
"doctrine/dbal": "2.9.*",
|
||||
"elcobvg/laravel-opcache": "0.4.*",
|
||||
"fzaninotto/faker": "^1.8",
|
||||
"guzzlehttp/guzzle": "6.3.*",
|
||||
"hashids/hashids": "2.0.*",
|
||||
"igaster/laravel-theme": "2.0.*",
|
||||
"arrilot/laravel-widgets": "~3.13.0",
|
||||
"doctrine/dbal": "~2.9.2",
|
||||
"elcobvg/laravel-opcache": "~0.4",
|
||||
"guzzlehttp/guzzle": "~6.3.3",
|
||||
"hashids/hashids": "^2.0.0",
|
||||
"igaster/laravel-theme": "^2.0",
|
||||
"intervention/image": "2.4.*",
|
||||
"irazasyed/laravel-gamp": "1.3.*",
|
||||
"jackiedo/timezonelist": "5.*",
|
||||
"irazasyed/laravel-gamp": "^1.4",
|
||||
"jmikola/geojson": "1.0.*",
|
||||
"joshbrw/laravel-module-installer": "0.1.*",
|
||||
"laracasts/flash": "3.0.*",
|
||||
"laracasts/flash": "^3.0",
|
||||
"laravel/helpers": "^1.0",
|
||||
"laravelcollective/html": "^5.8",
|
||||
"laravelcollective/html": "~6.0.0",
|
||||
"league/csv": "9.2.*",
|
||||
"league/geotools": "0.8.*",
|
||||
"league/iso3166": "2.1.*",
|
||||
"markrogoyski/math-php": "^0.38.0",
|
||||
"myclabs/deep-copy": "1.8.*",
|
||||
"nabeel/vacentral": "2.x",
|
||||
"nwidart/laravel-modules": "5.*",
|
||||
"php-units-of-measure/php-units-of-measure": "2.1.*",
|
||||
"nabeel/vacentral": "~2.0",
|
||||
"nwidart/laravel-modules": "~5.1",
|
||||
"php-units-of-measure/php-units-of-measure": "~2.1.0",
|
||||
"pragmarx/version": "0.2.*",
|
||||
"predis/predis": "1.1.*",
|
||||
"prettus/l5-repository": "2.6.*",
|
||||
"santigarcor/laratrust": "5.2.*",
|
||||
"sebastiaanluca/laravel-helpers": "3.*",
|
||||
"semver/semver": "1.1.*",
|
||||
"spatie/laravel-backup": "6.3.*",
|
||||
"spatie/laravel-pjax": "1.3.*",
|
||||
"spatie/valuestore": "1.2.*",
|
||||
"symfony/polyfill-iconv": "^1.11",
|
||||
"prettus/l5-repository": "~2.6.0",
|
||||
"santigarcor/laratrust": "~5.2.0",
|
||||
"sebastiaanluca/laravel-helpers": "~4.0",
|
||||
"semver/semver": "~1.1.0",
|
||||
"spatie/laravel-backup": "~6.3",
|
||||
"spatie/valuestore": "~1.2.3",
|
||||
"symfony/polyfill-iconv": "~1.12",
|
||||
"theiconic/php-ga-measurement-protocol": "2.7.*",
|
||||
"tivie/php-os-detector": "1.1.*",
|
||||
"toin0u/geotools-laravel": "1.0.*",
|
||||
"waavi/sanitizer": "1.0.*",
|
||||
"webpatser/laravel-uuid": "3.*"
|
||||
"tivie/php-os-detector": "~1.1.0",
|
||||
"webpatser/laravel-uuid": "~3.0",
|
||||
"facade/ignition": "^1.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.0",
|
||||
@@ -62,6 +57,7 @@
|
||||
"bpocallaghan/generators": "5.0.1",
|
||||
"codedungeon/phpunit-result-printer": "^0.13.0",
|
||||
"filp/whoops": "~2.0",
|
||||
"fzaninotto/faker": "~1.8.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.15",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"nunomaduro/collision": "^2.0",
|
||||
|
||||
Reference in New Issue
Block a user