-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.07 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
{
"name": "partitech/sonata-menu-bundle",
"type": "symfony-bundle",
"description": "This bundle provides menu management by sonata admin bundle (compatible with sonata page bundle).",
"keywords": ["menu management", "sonata admin menu bundle"],
"homepage": "https://github.com/nan-guo/SonataMenuBundle",
"license": "MIT",
"authors": [
{
"name": "Nan GUO",
"email": "[email protected]",
"homepage": "https://github.com/nan-guo/"
},
{
"name": "Prodigious",
"homepage": "http://www.prodigious.com/"
}
],
"require": {
"php": ">=8.2",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"sonata-project/admin-bundle": "^4.16.0",
"sonata-project/doctrine-orm-admin-bundle": "^4.4.0",
"symfony/config": ">=6.0",
"symfony/framework-bundle": ">=6.0"
},
"autoload": {
"psr-4": { "Partitech\\SonataMenu\\": "src" }
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}