forked from shopware/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
61 lines (61 loc) · 1.83 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
56
57
58
59
60
61
{
"name": "shopware/storefront",
"description": "Storefront for Shopware",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Shopware\\Storefront\\": ""
},
"exclude-from-classmap": [
"*/Test/"
]
},
"config": {
"sort-packages": true
},
"support": {
"issues": "https://issues.shopware.com",
"forum": "https://forum.shopware.com",
"wiki": "https://developer.shopware.com",
"docs": "https://developer.shopware.com",
"chat": "https://slack.shopware.com"
},
"extra": {
"branch-alias": {
"dev-master": "6.6.x-dev",
"dev-trunk": "6.6.x-dev"
}
},
"require": {
"php": "~8.2.0 || ~8.3.0",
"cocur/slugify": "^4.3.0",
"doctrine/dbal": "^3.7",
"meyfa/php-svg": "^0.14.0",
"padaliyajay/php-autoprefixer": "^1.4",
"scssphp/scssphp": "v1.12.0",
"shopware/core": "dev-trunk",
"symfony/cache": "~7.0.4",
"symfony/cache-contracts": "~3.3.0",
"symfony/config": "~7.0.0",
"symfony/console": "~7.0.0",
"symfony/dependency-injection": "~7.0.0",
"symfony/event-dispatcher": "~7.0.0",
"symfony/event-dispatcher-contracts": "~3.3.0",
"symfony/framework-bundle": "~7.0.0",
"symfony/http-foundation": "~7.0.0",
"symfony/http-kernel": "~7.0.0",
"symfony/mime": "~7.0.0",
"symfony/routing": "~7.0.0",
"symfony/security-core": "~7.0.0",
"symfony/service-contracts": "~3.3.0",
"symfony/validator": "~7.0.0",
"twig/intl-extra": "^3.4",
"twig/string-extra": "^3.4",
"twig/twig": "^3.8.0"
},
"require-dev": {
"symfony/css-selector": "~7.0.0",
"phpunit/phpunit": "^10.4"
}
}