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
32 lines (32 loc) · 933 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 933 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
28
29
30
31
32
{
"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": "^8.1",
"twig/twig": ">=2.9",
"doctrine/orm": ">=2.3",
"doctrine/dbal": ">=2.13",
"doctrine/doctrine-bundle": "~1.0|~2.0",
"symfony/framework-bundle": "^5.4|^6.4",
"symfony/form": "^5.4|^6.4",
"symfony/translation": "^5.4|^6.4",
"shipmonk/doctrine-mysql-index-hints": "^3.0"
},
"target-dir": "Ali/DatatableBundle",
"autoload": {
"psr-0": {
"Ali\\DatatableBundle": ""
}
}
}