forked from KnpLabs/KnpRadBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.63 KB
/
composer.json
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
40
41
42
43
{
"name": "knplabs/rad-bundle",
"description": "The \"KnpLabs Rad Edition\" bundle",
"license": "MIT",
"homepage": "http://rad.knplabs.com",
"authors": [
{
"name": "Knplabs",
"homepage": "http://knplabs.com"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.4|~3.0",
"nelmio/alice": "~1.5",
"fzaninotto/faker": "~1.2"
},
"require-dev": {
"behat/behat": "~3.0",
"behat/mink-extension": "~2.0",
"behat/mink-goutte-driver": "~1.0",
"behat/mink-selenium2-driver": "~1.1",
"phpspec/phpspec": "~2.0",
"symfony/swiftmailer-bundle": "~2.3",
"doctrine/orm": "~2.4",
"doctrine/doctrine-fixtures-bundle": "*",
"twig/twig": "~1"
},
"suggest": {
"symfony/form": "To take advantage of the Rad Form Manager",
"symfony/security": "To take advantage of the Rad User Interface",
"doctrine/doctrine-fixtures-bundle": "To Take advantage of the Rad Doctrine AbstractFixture",
"symfony/swiftmailer-bundle": "To take advantage of the Rad mailer logger in your tests",
"doctrine/orm": "To take advantage of the Rad password hash updater listener"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Knp\\RadBundle": "" }
},
"target-dir": "Knp/RadBundle"
}