forked from stwe/DatatablesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1001 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
{
"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": "1.6.0"
},
"autoload": {
"psr-4": { "Sg\\DatatablesBundle\\": "" }
}
}