File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ 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+ }
You can’t perform that action at this time.
0 commit comments