Add symfony/filesystem as prod dependency

This commit is contained in:
Yassine Guedidi 2024-03-30 01:36:24 +01:00
parent 6306a336d4
commit 5f764cbe71
3 changed files with 3 additions and 1 deletions

View file

@ -78,5 +78,6 @@ return $config
->ignoreErrorsOnPackages([
'guzzlehttp/streams',
'monolog/monolog',
'symfony/filesystem',
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
;

View file

@ -129,6 +129,7 @@
"symfony/event-dispatcher": "^5.4.35",
"symfony/event-dispatcher-contracts": "^2.5.2",
"symfony/expression-language": "^5.4.35",
"symfony/filesystem": "^5.4",
"symfony/finder": "^5.4.35",
"symfony/form": "^5.4.35",
"symfony/framework-bundle": "^5.4.35",

2
composer.lock generated
View file

@ -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": "fd1575854b97b1e24163f38d94437f04",
"content-hash": "9b8d343761f2a8e149683ee975d15d2c",
"packages": [
{
"name": "babdev/pagerfanta-bundle",