forked from shopware5/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 872 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 872 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
{
"require": {
"bcremer/sculpin-commonmark-bundle": "^0.5.0",
"bcremer/sculpin-less-bundle": "^0.2.0",
"dflydev/embedded-composer": "^1.0@dev",
"ivopetkov/html5-dom-document-php": "^1.1.0",
"janbuecker/sculpin-meta-navigation-bundle": "^0.8",
"league/commonmark": "^1.3.0",
"mavimo/sculpin-redirect-bundle": "@dev",
"sculpin/sculpin": "2.1.2",
"symfony/config": "2.8.52",
"symfony/dependency-injection": "2.8.52",
"symfony/event-dispatcher": "2.8.52",
"symfony/http-kernel": "2.8.52",
"twig/twig": "1.42.5"
},
"autoload": {
"psr-4": {
"Shopware\\Devdocs\\": "app/src/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"sculpin/sculpin-theme-composer-plugin": true
}
}
}