forked from stwe/DatatablesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.02 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
{
"name": "sg/datatablesbundle",
"type": "symfony-bundle",
"description": "Symfony Datatable Bundle For Doctrine2 Entities",
"keywords": ["symfony3", "datatable", "datatables", "data-table", "grid", "table", "datagrid", "pagination"],
"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.5.9",
"symfony/framework-bundle": "~3.0",
"doctrine/orm": "^2.5",
"symfony/options-resolver": "~3.0",
"symfony/property-access": "~3.0",
"friendsofsymfony/jsrouting-bundle": "^2.0.0"
},
"autoload": {
"psr-0": { "Sg\\DatatablesBundle": "" }
},
"target-dir": "Sg/DatatablesBundle"
}