-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcomposer.json
More file actions
66 lines (66 loc) · 2.15 KB
/
Copy pathcomposer.json
File metadata and controls
66 lines (66 loc) · 2.15 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
{
"name": "shopware/administration",
"description": "Administration frontend for the Shopware Core",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Shopware\\Administration\\": ""
},
"exclude-from-classmap": [
"Resources/app/administration/node_modules/"
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"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",
"doctrine/dbal": "~4.4.0",
"lcobucci/jwt": "^5.5",
"league/flysystem": "^3.13.0",
"league/oauth2-server": "^9.3",
"pentatrion/vite-bundle": "^8.1",
"phpseclib/phpseclib": "^3.0",
"psr/http-message": "^1.1 || ^2.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-client": "~7.4.0",
"symfony/http-client-contracts": "~3.6.0",
"symfony/http-foundation": "~7.4.0",
"symfony/http-kernel": "~7.4.12",
"symfony/mime": "~7.4.12",
"symfony/psr-http-message-bridge": "~7.4.0",
"symfony/routing": "~7.4.12",
"symfony/serializer": "~7.4.0",
"symfony/string": "~7.4.0",
"symfony/validator": "~7.4.0"
}
}