forked from shopware/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
55 lines (55 loc) · 1.54 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "shopware/storefront",
"description": "Storefront for Shopware",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Shopware\\Storefront\\": ""
},
"exclude-from-classmap": [
"*/Test/"
]
},
"config": {
"platform": {
"php": "7.2.9"
}
},
"extra": {
"branch-alias": {
"dev-master": "6.3.x-dev"
}
},
"require": {
"cocur/slugify": "4.0.0",
"doctrine/dbal": "2.10.1",
"ezyang/htmlpurifier": "4.12.0",
"padaliyajay/php-autoprefixer": "1.2",
"scssphp/scssphp": "1.0.6",
"shopware/core": "*",
"symfony/cache": "4.4.4",
"symfony/cache-contracts": "1.1.7",
"symfony/console": "4.4.4",
"symfony/config": "4.4.4",
"symfony/dependency-injection": "4.4.4",
"symfony/event-dispatcher": "4.4.4",
"symfony/event-dispatcher-contracts": "1.1.7",
"symfony/framework-bundle": "4.4.4",
"symfony/http-foundation": "4.4.7",
"symfony/http-kernel": "4.4.4",
"symfony/routing": "4.4.4",
"symfony/security-csrf": "4.4.4",
"symfony/service-contracts": "1.1.8",
"symfony/validator": "4.4.4",
"symfony/security-core": "4.4.4",
"symfony/mime": "4.4.4",
"true/punycode": "2.1.1",
"twig/intl-extra": "2.12.3",
"twig/string-extra": "2.12.3",
"twig/twig": "2.12.3"
},
"require-dev": {
"phpunit/phpunit": "8.5.2"
}
}