forked from rcwsr/AuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.06 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vivait/auth-bundle",
"description": "Auth Bundle",
"license": "proprietary",
"authors": [
{
"name": "Kiel Goodman",
"email": "[email protected]"
},
{
"name": "Lewis Wright",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.3.3",
"stof/doctrine-extensions-bundle": "~1.1",
"vivait/bootstrap-bundle": "~1.1",
"vivait/common": "~2.0",
"jms/serializer": "~0.16"
},
"require-dev": {
"behat/behat": "~2.4",
"behat/symfony2-extension": "~1.0",
"behat/mink-extension": "~1.0",
"behat/mink-browserkit-driver": "~1.0",
"symfony/monolog-bundle": "~2.1",
"phpspec/phpspec": "~2",
"vivait/behat-alice-loader": "dev-master"
},
"autoload": {
"psr-0": {
"Vivait\\AuthBundle": ""
}
},
"target-dir": "Vivait/AuthBundle"
}