-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
39 lines (39 loc) · 1012 Bytes
/
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
{
"name": "umanit/easyadmin-tree-bundle",
"description": "Plugin to add category tree features for EasyAdmin",
"type": "symfony-bundle",
"keywords": [
"symfony",
"easyadmin",
"tree"
],
"homepage": "https://github.com/umanit/easyadmin-tree-bundle",
"license": "MIT",
"authors": [
{
"name": "UmanIT",
"email": "contact@umanit.fr"
}
],
"require": {
"php": "^8.0",
"doctrine/dbal": "^3.4",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/orm": "^2.13",
"easycorp/easyadmin-bundle": "^4.4",
"gedmo/doctrine-extensions": "^3.9",
"stof/doctrine-extensions-bundle": "^1.7",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/doctrine-bridge": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Umanit\\EasyAdminTreeBundle\\": ""
}
}
}