-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
54 lines (54 loc) · 1.36 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
{
"name": "aziz403/ux-datatable",
"type": "symfony-bundle",
"description": "Datatable.net integration for Symfony",
"version": "1.1.1",
"keywords": [
"symfony",
"symfony-ux",
"bundle",
"datatables"
],
"license": "MIT",
"authors": [
{
"name": "Aziz Benmallouk",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Aziz403\\UX\\Datatable\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Aziz403\\UX\\Datatable\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.4",
"symfony/config": "^4.4.17|^5.0|^6.0",
"symfony/dependency-injection": "^4.4.17|^5.0|^6.0",
"symfony/http-kernel": "^4.4.17|^5.0|^6.0",
"symfony/framework-bundle": "^4.4.17|^5.0|^6.0",
"doctrine/annotations": "^1.0|^2.0",
"doctrine/doctrine-bundle": "^2.0|^2.2|^2.6",
"doctrine/orm": "~2.13",
"symfony/twig-bundle": "^4.4.17|^5.0|^6.0",
"symfony/webpack-encore-bundle": "^1.11",
"symfony/translation": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.0",
"zenstruck/foundry": "^1.19",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0"
},
"conflict": {
"symfony/flex": "<1.13",
"symfony/webpack-encore-bundle": "<1.11"
}
}