mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 19:16:44 +01:00
Shift Laravel dependencies
This commit is contained in:
parent
e140dd8895
commit
840d4ce093
1 changed files with 15 additions and 16 deletions
|
@ -10,41 +10,40 @@
|
||||||
"license": "AGPL",
|
"license": "AGPL",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1.3",
|
"php": "^7.2|^8.0",
|
||||||
"laravel/framework": "5.8.*",
|
"laravel/framework": "^6.20",
|
||||||
"codescale/ffmpeg-php": "2.7.0",
|
"codescale/ffmpeg-php": "2.7.0",
|
||||||
"barryvdh/laravel-ide-helper": "v2.8.0",
|
"barryvdh/laravel-ide-helper": "^2.8",
|
||||||
"guzzlehttp/guzzle": "~6.0",
|
"guzzlehttp/guzzle": "~6.0",
|
||||||
"doctrine/dbal": "2.5.*",
|
"doctrine/dbal": "^3.0",
|
||||||
"venturecraft/revisionable": "^1.36",
|
"venturecraft/revisionable": "^1.36",
|
||||||
"pda/pheanstalk": "~v4.0.0",
|
"pda/pheanstalk": "^4.0",
|
||||||
"cviebrock/laravel-elasticsearch": "4.0.0",
|
"cviebrock/laravel-elasticsearch": "4.0.0",
|
||||||
"barryvdh/laravel-debugbar": "~3.4",
|
"barryvdh/laravel-debugbar": "^3.5",
|
||||||
"predis/predis": "^1.0",
|
"predis/predis": "^1.1",
|
||||||
"ksubileau/color-thief-php": "^1.3",
|
"ksubileau/color-thief-php": "^1.3",
|
||||||
"graham-campbell/exceptions": "^12.0",
|
"graham-campbell/exceptions": "^12.0",
|
||||||
"minishlink/web-push": "^1.0",
|
"minishlink/web-push": "^1.0",
|
||||||
"alsofronie/eloquent-uuid": "^1.0",
|
"alsofronie/eloquent-uuid": "^1.0",
|
||||||
"poniverse/api": "dev-rewrite",
|
"poniverse/api": "dev-rewrite",
|
||||||
"fruitcake/laravel-cors": "2.0.1",
|
"fruitcake/laravel-cors": "2.0.1",
|
||||||
"laravel/tinker": "^1.0",
|
"laravel/tinker": "^2.5",
|
||||||
"doctrine/collections": "v1.4.*",
|
"doctrine/collections": "v1.4.*",
|
||||||
"doctrine/annotations": "v1.4.*",
|
"doctrine/annotations": "v1.4.*",
|
||||||
"doctrine/cache": "v1.6.*",
|
"doctrine/cache": "v1.6.*",
|
||||||
"doctrine/instantiator": "^1.1",
|
"doctrine/instantiator": "^1.1",
|
||||||
"fideloper/proxy": "^4.0"
|
"fideloper/proxy": "^4.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fzaninotto/faker": "^1.4",
|
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.0",
|
||||||
"phpunit/phpunit": "^7.5",
|
"phpunit/phpunit": "^8.5.8|^9.3.3",
|
||||||
"filp/whoops": "^2.0",
|
"symfony/dom-crawler": "^5.2",
|
||||||
"symfony/dom-crawler": "~3.1",
|
"symfony/css-selector": "^5.2",
|
||||||
"symfony/css-selector": "~3.1",
|
"laravel/browser-kit-testing": "^5.2",
|
||||||
"laravel/browser-kit-testing": "2.*",
|
|
||||||
"nategood/httpful": "^0.2.20",
|
"nategood/httpful": "^0.2.20",
|
||||||
"nunomaduro/collision": "^3.0",
|
"nunomaduro/collision": "^3.0",
|
||||||
"beyondcode/laravel-dump-server": "^1.0"
|
"fakerphp/faker": "^1.9.1",
|
||||||
|
"facade/ignition": "^1.16.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|
Loading…
Reference in a new issue