-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1008 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
34
35
36
37
38
39
{
"name": "bluemesa/core-bundle",
"type": "symfony-bundle",
"description": "Core bundle for BlueMesa projects",
"keywords": ["bluemesa", "core", "CRUD"],
"license": "MIT",
"authors": [
{
"name": "Radoslaw Kamil Ejsmont",
"email": "[email protected]"
},
{
"name": "Community contributions",
"homepage": "https://github.com/BlueMesa/CoreBundle/graphs/contributors"
}
],
"autoload": {
"psr-4": {
"Bluemesa\\Bundle\\CoreBundle\\": ""
}
},
"require": {
"php": ">=5.6.0",
"symfony/framework-bundle": "~3.0",
"symfony/form": "~3.0",
"symfony/validator": "~3.0",
"sensio/framework-extra-bundle": "~3.0",
"doctrine/common": "~2.5",
"doctrine/orm": "~2.5",
"doctrine/doctrine-bundle": "~1.4",
"jms/di-extra-bundle": "~1.6",
"jms/serializer-bundle": "~1.0",
"knplabs/knp-paginator-bundle": "~2.5",
"bluemesa/forms-bundle": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "5.0"
}
}