mirror of
https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle.git
synced 2026-04-28 19:13:16 +02:00
24 lines
740 B
JSON
24 lines
740 B
JSON
{
|
|
"name": "friendsofsymfony/advanced-encoder-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Symfony2 bundle adding a way to specify the encoder on a user instance basis",
|
|
"keywords": ["Symfony2", "security", "encoder"],
|
|
"homepage": "https://github.com/friendsofsymfony/FOSAdvancedEncoderBundle",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christophe Coevoet",
|
|
"email": "stof@notk.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/framework-bundle": ">=2.0,<2.2",
|
|
"symfony/security-bundle": ">=2.0,<2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "FOS\\AdvancedEncoderBundle": "" }
|
|
},
|
|
"target-dir": "FOS/AdvancedEncoderBundle"
|
|
}
|