1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-01-08 04:08:10 -05:00

[add] symfony/security in composer

This commit is contained in:
Nicolas Lœuillet 2014-01-23 13:08:52 +01:00
parent f806d373fa
commit 76298ffbf8

View File

@ -11,7 +11,8 @@
"symfony/validator": "~2.3",
"symfony/config": "~2.3",
"symfony/translation": "~2.3",
"symfony/locale": "~2.3"
"symfony/locale": "~2.3",
"symfony/security": "2.3.*@dev"
},
"autoload": {
"psr-0": { "Poche\\": "src/" }