forked from GNUsocial/gnu-social
[DEPENDENCY] Add symfony/config as a dependency
This commit is contained in:
parent
ee1c1bce80
commit
a7ff0ef506
@ -16,6 +16,7 @@
|
|||||||
"someonewithpc/redis-polyfill": "^1.0",
|
"someonewithpc/redis-polyfill": "^1.0",
|
||||||
"symfony/asset": "5.1.*",
|
"symfony/asset": "5.1.*",
|
||||||
"symfony/cache": "5.1.*",
|
"symfony/cache": "5.1.*",
|
||||||
|
"symfony/config": "5.1.*",
|
||||||
"symfony/console": "5.1.*",
|
"symfony/console": "5.1.*",
|
||||||
"symfony/dotenv": "5.1.*",
|
"symfony/dotenv": "5.1.*",
|
||||||
"symfony/event-dispatcher": "5.1.*",
|
"symfony/event-dispatcher": "5.1.*",
|
||||||
|
25
composer.lock
generated
25
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "5b887af7304ab6dcb8a235960505fe55",
|
"content-hash": "7c08fb50b97bdb6b7cc32b79ee9c0743",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/resource-component",
|
"name": "alchemy/resource-component",
|
||||||
@ -2331,28 +2331,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpdocumentor/reflection-docblock",
|
"name": "phpdocumentor/reflection-docblock",
|
||||||
"version": "5.1.0",
|
"version": "5.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||||||
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
|
"reference": "3170448f5769fe19f456173d833734e0ff1b84df"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
|
||||||
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
|
"reference": "3170448f5769fe19f456173d833734e0ff1b84df",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-filter": "^7.1",
|
"ext-filter": "*",
|
||||||
"php": "^7.2",
|
"php": "^7.2 || ^8.0",
|
||||||
"phpdocumentor/reflection-common": "^2.0",
|
"phpdocumentor/reflection-common": "^2.2",
|
||||||
"phpdocumentor/type-resolver": "^1.0",
|
"phpdocumentor/type-resolver": "^1.3",
|
||||||
"webmozart/assert": "^1"
|
"webmozart/assert": "^1.9.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/instantiator": "^1",
|
"mockery/mockery": "~1.3.2"
|
||||||
"mockery/mockery": "^1"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -2380,7 +2379,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
||||||
"time": "2020-02-22T12:28:44+00:00"
|
"time": "2020-07-20T20:05:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpdocumentor/type-resolver",
|
"name": "phpdocumentor/type-resolver",
|
||||||
|
Loading…
Reference in New Issue
Block a user