forked from stwe/DatatablesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.29 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
{
"name": "sg/datatablesbundle",
"type": "symfony-bundle",
"description": "Symfony Datatable Bundle For Doctrine2 Entities",
"keywords": ["symfony2", "symfony3", "datatable", "datatables", "grid", "table", "datagrid", "pagination", "admin"],
"homepage": "https://github.com/stwe/DatatablesBundle",
"license": "MIT",
"authors": [
{
"name": "stwe"
},
{
"name": "SgDatatablesBundle contributors",
"homepage": "https://github.com/stwe/DatatablesBundle/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/stwe/DatatablesBundle/issues"
},
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.6|~3.0",
"symfony/options-resolver": "~2.6|~3.0",
"symfony/property-access": "~2.6|~3.0",
"friendsofsymfony/jsrouting-bundle": "~1.6|~2.0"
},
"require-dev": {
"sensio/generator-bundle": "~2.5|~3.0",
"doctrine/orm": "^2.2.3"
},
"suggest": {
"components/jquery": "~1.12",
"datatables/datatables": "^1.10.10",
"moment/moment": "~2.11",
"liip/imagine-bundle": "^1.3"
},
"autoload": {
"psr-0": { "Sg\\DatatablesBundle": "" }
},
"target-dir": "Sg/DatatablesBundle"
}