forked from FriendsOfSymfony/FOSAdvancedEncoderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 761 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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",
"minimum-stability": "dev",
"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"
},
"autoload": {
"psr-0": { "FOS\\AdvancedEncoderBundle": "" }
},
"target-dir": "FOS/AdvancedEncoderBundle"
}