-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 804 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 804 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
33
{
"name": "kibatic/datagrid-bundle",
"description": "Datagrid for Symfony",
"license": "MIT",
"type": "symfony-bundle",
"keywords": ["datagrid", "symfony-ux"],
"authors": [
{
"name": "Kibatic",
"email": "contact@kibatic.com",
"homepage": "https://kibatic.com"
}
],
"require": {
"php": "^8.1",
"doctrine/orm": "^2.7|^3.0",
"twig/twig": "^2.12.1|^3.0",
"twig/extra-bundle": "^3.4",
"twig/string-extra": "^3.4",
"knplabs/knp-paginator-bundle": "^5.8|^6.3",
"symfony/property-access": "^6.3|^7.0|^8.0",
"symfony/form": "^6.3|^7.0|^8.0",
"symfony/options-resolver": "^6.3|^7.0|^8.0"
},
"autoload": {
"psr-4": {
"Kibatic\\DatagridBundle\\": "src"
}
},
"require-dev": {
"symfony/asset-mapper": "^7.0"
}
}