forked from fkroockmann/ToolbarBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·32 lines (32 loc) · 945 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
30
31
32
{
"name": "backbee/toolbar-bundle",
"description": "ToolbarBundle is the bridge between backbee/BackBee (Php side) and backbee/BBCoreJS",
"keywords": ["CMS", "Core", "Content Management", "No backend CMS", "User Management", "Bundle"],
"license": "GPL-3.0+",
"authors": [
{
"name": "Eric Chau",
"email": "eric.chau@lp-digital.fr"
},
{
"name": "BackBee community",
"homepage": "https://github.com/backbee/BackBee/graphs/contributors"
}
],
"require": {
"php": ">=5.4.0",
"backbee/backbee": "~1.1.0@beta",
"backbee/bb-core-js": "~1.1.0@beta"
},
"autoload": {
"psr-4": {
"BackBee\\Bundle\\ToolbarBundle\\": ""
}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}