forked from nan-guo/Sonata-Menu-Bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.07 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.07 KB
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": "prodigious/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": "guonanhq@gmail.com",
"homepage": "https://github.com/nan-guo/"
},
{
"name": "Prodigious",
"homepage": "http://www.prodigious.com/"
}
],
"require": {
"php": ">=7.1.3",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"sonata-project/admin-bundle": "^3.63",
"sonata-project/doctrine-orm-admin-bundle": "^3.10",
"symfony/config": "^4.3",
"symfony/framework-bundle": "^4.3"
},
"autoload": {
"psr-4": { "Prodigious\\Sonata\\MenuBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
}
}