Upgrade to Laravel 5.6 #165
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
"homepage": "http://www.phpvms.net",
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"laravel/framework": "5.5.*",
|
||||
"laravel/framework": "5.6.*",
|
||||
"php-http/httplug": "1.1.0",
|
||||
"laravelcollective/html": "5.5.x",
|
||||
"laravelcollective/html": "5.6.x",
|
||||
"prettus/l5-repository": "2.6.x",
|
||||
"spatie/laravel-pjax": "1.3.x",
|
||||
"league/geotools": "0.7.x",
|
||||
"league/geotools": "0.7.x-dev",
|
||||
"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",
|
||||
"nwidart/laravel-modules": "^3.0",
|
||||
"sebastiaanluca/laravel-helpers": "1.0.x",
|
||||
"jackiedo/timezonelist": "5.x",
|
||||
"tivie/php-os-detector": "1.1.x",
|
||||
@@ -38,15 +38,14 @@
|
||||
"php-units-of-measure/php-units-of-measure": "2.1.x"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "6.4.x",
|
||||
"phpunit/phpunit": "~7.0",
|
||||
"barryvdh/laravel-ide-helper": "2.4.x",
|
||||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"filp/whoops": "~2.0",
|
||||
"bpocallaghan/generators": "5.0.1",
|
||||
|
||||
"zircote/swagger-php": "2.0.13",
|
||||
"nunomaduro/collision": "^1.1"
|
||||
"nunomaduro/collision": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
||||
Reference in New Issue
Block a user