mirror of
https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle.git
synced 2026-03-24 00:32:20 +01:00
28 lines
779 B
JSON
28 lines
779 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.1",
|
|
"symfony/security-bundle": "~2.1"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "FOS\\AdvancedEncoderBundle\\": "" }
|
|
}
|
|
}
|