Mis a jour vers Laravel 7

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-13 09:03:49 +01:00
parent 7f2131cb41
commit 2a10c53550
4 changed files with 468 additions and 474 deletions

View File

@ -8,18 +8,18 @@
],
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.2.5",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.2",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0",
"laravelcollective/html": "^6.0"
},
"require-dev": {
"facade/ignition": "^1.4",
"facade/ignition": "^2.0",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^8.0"
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"
},
"config": {
"optimize-autoloader": true,