mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Add symfony/filesystem as prod dependency
This commit is contained in:
parent
6306a336d4
commit
5f764cbe71
3 changed files with 3 additions and 1 deletions
|
@ -78,5 +78,6 @@ return $config
|
||||||
->ignoreErrorsOnPackages([
|
->ignoreErrorsOnPackages([
|
||||||
'guzzlehttp/streams',
|
'guzzlehttp/streams',
|
||||||
'monolog/monolog',
|
'monolog/monolog',
|
||||||
|
'symfony/filesystem',
|
||||||
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
|
||||||
;
|
;
|
||||||
|
|
|
@ -129,6 +129,7 @@
|
||||||
"symfony/event-dispatcher": "^5.4.35",
|
"symfony/event-dispatcher": "^5.4.35",
|
||||||
"symfony/event-dispatcher-contracts": "^2.5.2",
|
"symfony/event-dispatcher-contracts": "^2.5.2",
|
||||||
"symfony/expression-language": "^5.4.35",
|
"symfony/expression-language": "^5.4.35",
|
||||||
|
"symfony/filesystem": "^5.4",
|
||||||
"symfony/finder": "^5.4.35",
|
"symfony/finder": "^5.4.35",
|
||||||
"symfony/form": "^5.4.35",
|
"symfony/form": "^5.4.35",
|
||||||
"symfony/framework-bundle": "^5.4.35",
|
"symfony/framework-bundle": "^5.4.35",
|
||||||
|
|
2
composer.lock
generated
2
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": "fd1575854b97b1e24163f38d94437f04",
|
"content-hash": "9b8d343761f2a8e149683ee975d15d2c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
|
Loading…
Reference in a new issue