forked from AliHichem/AliDatatableBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 721 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 721 Bytes
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
{
"name": "ali/datatable",
"description": "Symfony2 Ajax Datagrid Bundle for doctrine2 entities",
"keywords": ["symfony2","jquery","datatable"],
"homepage": "https://github.com/AliHichem/AliDatatableBundle",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Ali hichem",
"email": "ali.hichem@mail.com",
"role": "Author"
}
],
"require": {
"php": "~5.3|~7.0",
"twig/twig": ">=1.8,<2.0-dev",
"doctrine/orm": "~2.3",
"doctrine/doctrine-bundle": "~1.0"
},
"target-dir": "Ali/DatatableBundle",
"autoload": {
"psr-0": {
"Ali\\DatatableBundle": ""
}
}
}