forked from stwe/DatatablesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (32 loc) · 995 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": "sg/datatablesbundle",
"type": "symfony-bundle",
"description": "Symfony2 Datatable Bundle For Doctrine2 Entities",
"keywords": ["symfony2", "datatable", "grid", "table", "datagrid", "pagination"],
"homepage": "https://github.com/stwe/DatatablesBundle",
"license": "MIT",
"authors": [
{
"name": "stwe"
}
],
"support": {
"issues": "https://github.com/stwe/DatatablesBundle/issues"
},
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3",
"friendsofsymfony/jsrouting-bundle": "@stable"
},
"suggest": {
"twbs/bootstrap": "v3.0.0",
"mopa/bootstrap-bundle": "v3.0.0-beta3",
"components/jquery": "1.10.2",
"datatables/datatables": "dev-master",
"moment/moment": "2.5.1"
},
"autoload": {
"psr-0": { "Sg\\DatatablesBundle": "" }
},
"target-dir": "Sg/DatatablesBundle"
}