forked from stwe/DatatablesBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·56 lines (56 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "sg/datatablesbundle",
"type": "symfony-bundle",
"description": "Symfony Datatable Bundle For Doctrine2 Entities",
"keywords": [
"symfony",
"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": "^8.3",
"ext-intl": "*",
"ext-json": "*",
"doctrine/orm": "^3.3",
"friendsofsymfony/jsrouting-bundle": "^3.5",
"symfony/config": "^7.2",
"symfony/dependency-injection": "^7.2",
"symfony/http-foundation": "^7.2",
"symfony/http-kernel": "^7.2",
"symfony/framework-bundle": "^7.2",
"symfony/options-resolver": "^7.2",
"symfony/property-access": "^7.2",
"symfony/routing": "^7.2",
"symfony/security-core": "^7.2",
"symfony/translation": "^7.2",
"twig/twig": "^3.15"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
"Sg\\DatatablesBundle\\": ""
}
}
}