-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 828 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 828 Bytes
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
{
"name": "suncat/admin-page-board-bundle",
"description": "Symfony2 bundle for generating page-boards with blocks in SonataAdminBundle, similar Sonata Admin Dashboard.",
"keywords": ["admin", "sonata", "sonata admin", "dashboard", "page", "custom page", "page-board"],
"homepage": "https://github.com/suncat2000/AdminPageBoardBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nikolay Ivlev",
"email": "nikolay.kotovsky@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": ">=2.1,<3.0",
"sonata-project/admin-bundle": ">=2.2"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
},
"autoload": {
"psr-4": { "Suncat\\AdminPageBoardBundle\\": "" }
}
}