forked from thrace-project/datagrid-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·36 lines (36 loc) · 1.05 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
{
"name": "thrace/datagrid-bundle",
"description": "This bundle provides easy creating of jqGrid datagrids",
"keywords": ["datagrid", "jqGrid", "jQuery", "Symfony"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nikolay Georgiev",
"email": "[email protected]"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.1.*-dev"
}
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony/options-resolver": "2.*",
"symfony/twig-bundle": "2.*"
},
"require-dev": {
"thrace/component-bundle": "*",
"phpunit/phpunit": "3.7.*@dev",
"symfony/doctrine-bridge": "~2.3",
"doctrine/orm": "2.*",
"doctrine/doctrine-bundle": "1.*"
},
"autoload": {
"psr-0": { "Thrace\\DataGridBundle": "" }
},
"target-dir": "Thrace/DataGridBundle"
}