forked from sulu/SuluThemeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 777 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 777 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
26
27
28
29
{
"name": "sulu/theme-bundle",
"type": "sulu-bundle",
"description": "The Sulu Bundle which provides themes",
"license": "MIT",
"keywords": ["sulu", "theme"],
"authors": [
{
"name": "Sulu Community",
"homepage": "https://github.com/sulu/SuluThemeBundle/contributors"
}
],
"require": {
"php": "~5.5 || ~7.0",
"liip/theme-bundle": "~1.4",
"sulu/sulu": "^1.5"
},
"require-dev": {
"jackalope/jackalope-jackrabbit": "~1.2",
"jackalope/jackalope-doctrine-dbal": "~1.2",
"symfony/symfony": "~2.8 || ~3.0",
"phpunit/phpunit": "~4.8 || ~5.0"
},
"autoload": {
"psr-4": {
"Sulu\\Bundle\\ThemeBundle\\": ""
}
}
}