-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
29 lines (29 loc) · 879 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
{
"name": "skillberto/sonata-extended-admin-bundle",
"description": "This bundle have some extra function for SonataAdminBundle",
"keywords": ["sonata-admin","extra"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Heiszler Norbert",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"sonata-project/admin-bundle": "~3.1",
"sonata-project/doctrine-orm-admin-bundle": "~3.1"
},
"suggest": {
"skillberto/sonata-page-menu-bundle": "Menu handling with SonataPageBundle and SonataAdminBundle"
},
"autoload": {
"psr-4": { "Skillberto\\SonataExtendedAdminBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
}
}