forked from stfalcon/PageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1009 Bytes
/
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
{
"name": "stfalcon/page-bundle",
"description": "Simple page module.",
"keywords": ["page"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Stepan Tanasiychuk",
"homepage": "http://blog.stfalcon.com",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"symfony/symfony": ">=2.1",
"stof/doctrine-extensions-bundle": "dev-master",
"sonata-project/admin-bundle": "2.2.*",
"sonata-project/doctrine-orm-admin-bundle": "2.2.*"
},
"suggest": {
"liip/functional-test-bundle": "functional testing bundle",
"doctrine/doctrine-fixtures-bundle": "required for functional testing",
"doctrine/data-fixtures": "required for functional testing"
},
"autoload": {
"psr-0": {
"Stfalcon\\Bundle\\PageBundle": ""
}
},
"target-dir": "Stfalcon/Bundle/PageBundle"
}