-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.02 KB
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
{
"name": "sidus/datagrid-bundle",
"description": "Extension for sidus/filter-bundle to easily build a full datagrid based on yml configuration",
"keywords": [
"datagrid",
"sort"
],
"homepage": "https://github.com/VincentChalnot/SidusDataGridBundle",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Vincent Chalnot",
"homepage": "https://github.com/VincentChalnot",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Sidus\\DataGridBundle\\": ""
}
},
"require": {
"php": ">=8.1",
"symfony/config": ">=6.3",
"symfony/dependency-injection": ">=6.3",
"symfony/form": ">=6.3",
"symfony/http-foundation": ">=6.3",
"symfony/options-resolver": ">=6.3",
"symfony/property-access": ">=6.3",
"symfony/routing": ">=6.3",
"symfony/translation": ">=6.3",
"twig/twig": ">=3.0",
"sidus/filter-bundle": ">=4.0"
}
}