[Config] added missing dep in composer.json

This commit is contained in:
Fabien Potencier 2013-04-21 16:30:01 +02:00
parent c3756eb800
commit 3aa37b59e6
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3",
"symfony/filesystem": "~2.3"
}, },
"autoload": { "autoload": {
"psr-0": { "Symfony\\Component\\Config\\": "" } "psr-0": { "Symfony\\Component\\Config\\": "" }