-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 820 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 820 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
25
26
27
{
"name": "proxiweb/persona-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Mozilla's Persona security extension",
"keywords": ["Security", "Persona", "Authentication"],
"homepage": "https://github.com/Proxiweb/PersonaBundle",
"license": "MIT",
"authors": [
{
"name": "Régis Guyomarch",
"email": "regisg@proxiweb.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.1",
"friendsofsymfony/user-bundle": "dev-master"
},
"autoload": {
"psr-0": { "Proxiweb\\Bundle\\PersonaBundle": "" }
},
"suggest": {
"propel/propel-bundle": "If you want to use Propel ORM for FOSUserBundle"
},
"target-dir": "Proxiweb/Bundle/PersonaBundle",
"minimum-stability": "dev"
}