forked from sonata-project/SonataEasyExtendsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.28 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
44
{
"name": "sonata-project/easy-extends-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataEasyExtendsBundle",
"keywords": ["sonata", "easy extends"],
"homepage": "https://sonata-project.org/bundles/easy-extends",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "https://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataEasyExtendsBundle/contributors"
}
],
"require": {
"php": "^5.3.2 || ^7.0",
"symfony/framework-bundle": "^2.1 || ^3.0",
"symfony/console": "^2.1 || ^3.0",
"symfony/finder": "^2.1 || ^3.0"
},
"require-dev": {
"doctrine/orm": "^2.2",
"symfony/phpunit-bridge": "^2.7 || ^3.0",
"sllh/php-cs-fixer-styleci-bridge": "^2.0"
},
"autoload": {
"psr-4": { "Sonata\\EasyExtendsBundle\\": "" },
"exclude-from-classmap": [
"Tests/"
]
},
"autoload-dev": {
"psr-4": { "Sonata\\EasyExtendsBundle\\Tests\\": "Tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}