mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-03-03 16:51:28 +01:00
Shift Laravel dependencies
This commit is contained in:
parent
ef0ff90938
commit
a7e6e56356
1 changed files with 7 additions and 7 deletions
|
@ -10,10 +10,10 @@
|
|||
"license": "AGPL",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": "^7.2.5|^8.0",
|
||||
"laravel/framework": "^7.29",
|
||||
"php": "^7.3|^8.0",
|
||||
"laravel/framework": "^8.27",
|
||||
"codescale/ffmpeg-php": "2.7.0",
|
||||
"guzzlehttp/guzzle": "^6.3.1|^7.0.1",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"doctrine/dbal": "^3.0",
|
||||
"venturecraft/revisionable": "^1.36",
|
||||
"pda/pheanstalk": "^4.0",
|
||||
|
@ -34,15 +34,15 @@
|
|||
"fideloper/proxy": "^4.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.3.1",
|
||||
"phpunit/phpunit": "^8.5.8|^9.3.3",
|
||||
"mockery/mockery": "^1.4.2",
|
||||
"phpunit/phpunit": "^9.3.3",
|
||||
"symfony/dom-crawler": "^5.2",
|
||||
"symfony/css-selector": "^5.2",
|
||||
"laravel/browser-kit-testing": "^6.2",
|
||||
"nategood/httpful": "^0.2.20",
|
||||
"nunomaduro/collision": "^4.3",
|
||||
"nunomaduro/collision": "^5.0",
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"facade/ignition": "^2.0"
|
||||
"facade/ignition": "^2.5"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Add table
Reference in a new issue