mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update composer
This commit is contained in:
parent
7903ec3ff5
commit
6e075d54aa
2 changed files with 26 additions and 24 deletions
|
@ -19,7 +19,7 @@
|
|||
"greggilbert/recaptcha": "dev-master",
|
||||
"intervention/image": "^2.4",
|
||||
"laravel/framework": "5.8.*",
|
||||
"laravel/horizon": "^1.2",
|
||||
"laravel/horizon": "^3.0",
|
||||
"laravel/passport": "^7.0",
|
||||
"laravel/tinker": "^1.0",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"fzaninotto/faker": "^1.4",
|
||||
"mockery/mockery": "^1.0",
|
||||
"nunomaduro/collision": "^2.0",
|
||||
"phpunit/phpunit": "^7.0"
|
||||
"phpunit/phpunit": "^7.5"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
@ -69,11 +69,11 @@
|
|||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"@php artisan key:generate"
|
||||
"@php artisan key:generate --ansi"
|
||||
],
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php artisan package:discover"
|
||||
"@php artisan package:discover --ansi"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
42
composer.lock
generated
42
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "8f9feb6f0dd669b7a0974809de05d8bd",
|
||||
"content-hash": "d7c9f518e63d20424dd17883057f5cb8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/binary-driver",
|
||||
|
@ -71,16 +71,16 @@
|
|||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.87.19",
|
||||
"version": "3.87.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "79366d3335649960f49694eb052cbdac6616f843"
|
||||
"reference": "266641679eea15075ea13c088f9737460351f7ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/79366d3335649960f49694eb052cbdac6616f843",
|
||||
"reference": "79366d3335649960f49694eb052cbdac6616f843",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/266641679eea15075ea13c088f9737460351f7ab",
|
||||
"reference": "266641679eea15075ea13c088f9737460351f7ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -149,7 +149,7 @@
|
|||
"s3",
|
||||
"sdk"
|
||||
],
|
||||
"time": "2019-02-26T19:08:43+00:00"
|
||||
"time": "2019-02-28T20:02:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "beyondcode/laravel-self-diagnosis",
|
||||
|
@ -1741,40 +1741,42 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/horizon",
|
||||
"version": "v1.4.3",
|
||||
"version": "v3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/horizon.git",
|
||||
"reference": "b00da78d10158036cab2f45115ecc360f2014ed4"
|
||||
"reference": "11acb6eafee4a0ea3bea87c6277f4342ebd2e1e3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/b00da78d10158036cab2f45115ecc360f2014ed4",
|
||||
"reference": "b00da78d10158036cab2f45115ecc360f2014ed4",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/11acb6eafee4a0ea3bea87c6277f4342ebd2e1e3",
|
||||
"reference": "11acb6eafee4a0ea3bea87c6277f4342ebd2e1e3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"cakephp/chronos": "^1.0",
|
||||
"ext-json": "*",
|
||||
"ext-pcntl": "*",
|
||||
"ext-posix": "*",
|
||||
"illuminate/contracts": "~5.5",
|
||||
"illuminate/queue": "~5.5",
|
||||
"illuminate/support": "~5.5",
|
||||
"illuminate/contracts": "~5.7.0|~5.8.0",
|
||||
"illuminate/queue": "~5.7.0|~5.8.0",
|
||||
"illuminate/support": "~5.7.0|~5.8.0",
|
||||
"php": ">=7.1.0",
|
||||
"predis/predis": "^1.1",
|
||||
"ramsey/uuid": "^3.5",
|
||||
"symfony/debug": "~3.3|~4.0"
|
||||
"symfony/debug": "^4.2",
|
||||
"symfony/process": "^4.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "~1.0",
|
||||
"orchestra/database": "~3.5",
|
||||
"orchestra/testbench": "~3.5",
|
||||
"phpunit/phpunit": "~6.0"
|
||||
"mockery/mockery": "^1.0",
|
||||
"orchestra/database": "^3.7",
|
||||
"orchestra/testbench": "^3.7",
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
"dev-master": "3.0-dev"
|
||||
},
|
||||
"laravel": {
|
||||
"providers": [
|
||||
|
@ -1805,7 +1807,7 @@
|
|||
"laravel",
|
||||
"queue"
|
||||
],
|
||||
"time": "2018-11-01T14:03:51+00:00"
|
||||
"time": "2019-02-27T15:44:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
|
|
Loading…
Reference in a new issue