Skip to content

Commit ce66e24

Browse files
author
jodou
committed
add composer.json
1 parent c89dce8 commit ce66e24

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

composer.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "umanit/easyadmin-tree-bundle",
3+
"description": "Plugin for EasyAdmin to add category tree features.",
4+
"type": "symfony-bundle",
5+
"keywords": [
6+
"symfony",
7+
"easyadmin",
8+
"tree"
9+
],
10+
"homepage": "https://github.com/umanit/easyadmin-tree-bundle",
11+
"license": "MIT",
12+
"authors": [
13+
{
14+
"name": "UmanIT",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"require": {
19+
"php": "^8.0",
20+
"doctrine/dbal": "^3.4",
21+
"doctrine/doctrine-bundle": "^2.7",
22+
"doctrine/orm": "^2.13",
23+
"easycorp/easyadmin-bundle": "^4.4",
24+
"gedmo/doctrine-extensions": "^3.9",
25+
"symfony/config": "^5.4",
26+
"symfony/dependency-injection": "^5.4",
27+
"symfony/doctrine-bridge": "^5.4",
28+
"symfony/form": "^5.4",
29+
"symfony/options-resolver": "^5.4",
30+
"symfony/translation": "^5.4"
31+
},
32+
"minimum-stability": "stable",
33+
"autoload": {
34+
"psr-4": {
35+
"Umanit\\EasyAdminTreeBundle\\": ""
36+
}
37+
}
38+
}

0 commit comments

Comments
 (0)