1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

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])
;