Update to 6.6

This commit is contained in:
Mathieu Lagace
2019-12-04 20:58:20 -05:00
parent c916e5e580
commit 09523f2bb0
17 changed files with 1666 additions and 605 deletions

View File

@@ -5,18 +5,21 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"php": "^7.2",
"barryvdh/laravel-dompdf": "^0.8.4",
"barryvdh/laravel-ide-helper": "v2.6.2",
"barryvdh/laravel-ide-helper": "v2.6.6",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "5.6.*",
"laravel/framework": "^6.0",
"laravel/helpers": "^1.1",
"laravel/nexmo-notification-channel": "^2.2",
"laravel/tinker": "^1.0",
"nexmo/client": "^1.4"
"nexmo/client": "^2.0"
},
"require-dev": {
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"laravel/dusk": "^5.6",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.0"