forked from ghua/DirectBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 963 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
{
"name": "software-business-group/ext-direct-bundle",
"type": "symfony-bundle",
"description": "ExtDirect implementation for Symfony2",
"keywords": ["extjs", "extdirect", "symfony2", "bundle"],
"homepage": "https://github.com/ghua/DirectBundle",
"license": "MIT",
"authors": [
{
"name": "Semyon Velichko",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5",
"symfony/symfony": ">=2.3",
"symfony/monolog-bundle": "~2.4",
"symfony/assetic-bundle": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.2",
"knplabs/knp-paginator-bundle": ">=2.3.1",
"jms/serializer-bundle": ">=2.1"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "~4.7"
},
"autoload": {
"psr-0": { "Ext\\DirectBundle": "" }
},
"target-dir": "Ext/DirectBundle"
}