-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathcomposer.json
More file actions
77 lines (77 loc) · 2.5 KB
/
Copy pathcomposer.json
File metadata and controls
77 lines (77 loc) · 2.5 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "shopware/storefront",
"description": "Storefront for Shopware",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Shopware\\Storefront\\": ""
},
"exclude-from-classmap": [
"Resources/app/storefront/node_modules/"
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": false,
"symfony/runtime": true
}
},
"support": {
"issues": "https://github.com/shopware/shopware/issues",
"forum": "https://forum.shopware.com",
"wiki": "https://developer.shopware.com",
"docs": "https://developer.shopware.com",
"chat": "https://chat.shopware.com/"
},
"extra": {
"branch-alias": {
"dev-master": "6.7.x-dev",
"dev-trunk": "6.7.x-dev"
}
},
"require": {
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"cocur/slugify": "^4.7.0",
"doctrine/dbal": "~4.4.0",
"guzzlehttp/guzzle": "^7.5.0",
"guzzlehttp/psr7": "^2.4",
"league/flysystem": "^3.13.0",
"mcp/sdk": "^0.5.0",
"meyfa/php-svg": "^0.16.1",
"psr/clock": "^1.0.0",
"psr/http-client": "^1.0.3",
"psr/log": "^3.0.0",
"scssphp/scssphp": "v1.12.0",
"shopware/core": "dev-trunk",
"symfony/asset": "~7.4.0",
"symfony/cache": "~7.4.12",
"symfony/cache-contracts": "~3.6.0",
"symfony/clock": "~7.4.0",
"symfony/config": "~7.4.0",
"symfony/console": "~7.4.0",
"symfony/dependency-injection": "~7.4.0",
"symfony/event-dispatcher": "~7.4.0",
"symfony/event-dispatcher-contracts": "~3.6.0",
"symfony/filesystem": "~7.4.0",
"symfony/finder": "~7.4.0",
"symfony/framework-bundle": "~7.4.0",
"symfony/http-foundation": "~7.4.0",
"symfony/http-kernel": "~7.4.12",
"symfony/messenger": "~7.4.12",
"symfony/mime": "~7.4.12",
"symfony/routing": "~7.4.12",
"symfony/security-core": "~7.4.12",
"symfony/serializer": "~7.4.0",
"symfony/service-contracts": "~3.6.0",
"symfony/string": "~7.4.0",
"symfony/translation-contracts": "~3.6.0",
"symfony/twig-bridge": "~7.4.12",
"symfony/ux-twig-component": "~2.35.0",
"symfony/validator": "~7.4.0",
"twig/intl-extra": "^3.26.0",
"twig/string-extra": "^3.24.0",
"twig/twig": "^3.26.0"
}
}