Update to Laravel 5.8
This commit is contained in:
@@ -7,51 +7,51 @@
|
||||
"minimum-stability": "stable",
|
||||
"homepage": "http://www.phpvms.net",
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"php": ">=7.2",
|
||||
"ext-calendar": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo": "*",
|
||||
"composer/composer": "1.8.x",
|
||||
"composer/semver": "1.4.x",
|
||||
"akaunting/money": "1.0.x",
|
||||
"anhskohbo/no-captcha": "3.0.x",
|
||||
"arrilot/laravel-widgets": "3.13.x",
|
||||
"composer/composer": "1.8.*",
|
||||
"composer/semver": "1.4.*",
|
||||
"akaunting/money": "1.0.*",
|
||||
"anhskohbo/no-captcha": "3.0.*",
|
||||
"arrilot/laravel-widgets": "3.13.*",
|
||||
"fzaninotto/faker": "^1.8",
|
||||
"guzzlehttp/guzzle": "6.3.x",
|
||||
"hashids/hashids": "2.0.x",
|
||||
"igaster/laravel-theme": "2.0.x",
|
||||
"intervention/image": "2.4.x",
|
||||
"irazasyed/laravel-gamp": "1.3.x",
|
||||
"jackiedo/timezonelist": "5.x",
|
||||
"jmikola/geojson": "1.0.x",
|
||||
"joshbrw/laravel-module-installer": "0.1.x",
|
||||
"laracasts/flash": "3.0.x",
|
||||
"laravel/framework": "5.7.x",
|
||||
"laravelcollective/html": "5.7.x",
|
||||
"league/csv": "9.2.x",
|
||||
"league/geotools": "0.8.x",
|
||||
"league/iso3166": "2.1.x",
|
||||
"guzzlehttp/guzzle": "6.3.*",
|
||||
"hashids/hashids": "2.0.*",
|
||||
"igaster/laravel-theme": "2.0.*",
|
||||
"intervention/image": "2.4.*",
|
||||
"irazasyed/laravel-gamp": "1.3.*",
|
||||
"jackiedo/timezonelist": "5.*",
|
||||
"jmikola/geojson": "1.0.*",
|
||||
"joshbrw/laravel-module-installer": "0.1.*",
|
||||
"laracasts/flash": "3.0.*",
|
||||
"laravel/framework": "5.8.*",
|
||||
"laravelcollective/html": "^5.8",
|
||||
"league/csv": "9.2.*",
|
||||
"league/geotools": "0.8.*",
|
||||
"league/iso3166": "2.1.*",
|
||||
"markrogoyski/math-php": "^0.38.0",
|
||||
"myclabs/deep-copy": "1.8.x",
|
||||
"nabeel/vacentral": "1.x",
|
||||
"nwidart/laravel-modules": "3.3.x",
|
||||
"php-units-of-measure/php-units-of-measure": "2.1.x",
|
||||
"pragmarx/version": "0.2.x",
|
||||
"prettus/l5-repository": "2.6.x",
|
||||
"santigarcor/laratrust": "5.0.x",
|
||||
"sebastiaanluca/laravel-helpers": "1.0.x",
|
||||
"spatie/laravel-pjax": "1.3.x",
|
||||
"myclabs/deep-copy": "1.8.*",
|
||||
"nabeel/vacentral": "1.*",
|
||||
"nwidart/laravel-modules": "5.*",
|
||||
"php-units-of-measure/php-units-of-measure": "2.1.*",
|
||||
"pragmarx/version": "0.2.*",
|
||||
"prettus/l5-repository": "2.6.*",
|
||||
"santigarcor/laratrust": "5.2.*",
|
||||
"sebastiaanluca/laravel-helpers": "3.*",
|
||||
"spatie/laravel-pjax": "1.3.*",
|
||||
"symfony/polyfill-iconv": "^1.11",
|
||||
"theiconic/php-ga-measurement-protocol": "2.7.x",
|
||||
"tivie/php-os-detector": "1.1.x",
|
||||
"toin0u/geotools-laravel": "1.0.x",
|
||||
"vierbergenlars/php-semver": "3.0.x",
|
||||
"waavi/sanitizer": "1.0.x",
|
||||
"webpatser/laravel-uuid": "3.x"
|
||||
"theiconic/php-ga-measurement-protocol": "2.7.*",
|
||||
"tivie/php-os-detector": "1.1.*",
|
||||
"toin0u/geotools-laravel": "1.0.*",
|
||||
"vierbergenlars/php-semver": "3.0.*",
|
||||
"waavi/sanitizer": "1.0.*",
|
||||
"webpatser/laravel-uuid": "3.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "7.5.x",
|
||||
"phpunit/phpunit": "7.5.*",
|
||||
"barryvdh/laravel-ide-helper": "^2.0",
|
||||
"barryvdh/laravel-debugbar": "^3.0",
|
||||
"mockery/mockery": "0.9.*",
|
||||
|
||||
Reference in New Issue
Block a user