mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
Shift Laravel dependencies
This commit is contained in:
parent
dfd55352e4
commit
27a4372fb8
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"laravel/framework": "5.7.*",
|
||||
"laravel/framework": "5.8.*",
|
||||
"codescale/ffmpeg-php": "2.7.0",
|
||||
"barryvdh/laravel-ide-helper": "v2.8.0",
|
||||
"guzzlehttp/guzzle": "~6.0",
|
||||
|
@ -37,13 +37,13 @@
|
|||
"require-dev": {
|
||||
"fzaninotto/faker": "^1.4",
|
||||
"mockery/mockery": "^1.0",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"filp/whoops": "^2.0",
|
||||
"symfony/dom-crawler": "~3.1",
|
||||
"symfony/css-selector": "~3.1",
|
||||
"laravel/browser-kit-testing": "2.*",
|
||||
"nategood/httpful": "^0.2.20",
|
||||
"nunomaduro/collision": "^2.0",
|
||||
"nunomaduro/collision": "^3.0",
|
||||
"beyondcode/laravel-dump-server": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
Loading…
Reference in a new issue