forked from mickaelandrieu/LayoutBuilderBundle
-
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) · 693 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 693 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": "backbee/layout-builder-bundle",
"description": "BackBee layout builder bundle",
"type": "backbee-bundle",
"license": "GPL-3.0+",
"keywords": ["backbee", "layout builder", "bundle"],
"homepage": "https://github.com/backbee/demo-bundle",
"authors": [
{
"name": "Nicolas Dufreche",
"email": "nicolas.dufreche@lp-digital.fr"
}
],
"require": {
"backbee/backbee-php": "~1.3.0",
"symfony/yaml": "~2.7"
},
"require-dev": {
"phpunit/phpunit": "4.4.2"
},
"autoload": {
"psr-4": { "BackBee\\Bundle\\LayoutBuilderBundle\\": "" }
},
"minimum-stability": "beta"
}