-
Notifications
You must be signed in to change notification settings - Fork 24
/
composer.json
40 lines (40 loc) · 1.1 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
{
"name": "shopware/administration",
"description": "Administration frontend for the Shopware Core",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Shopware\\Administration\\": ""
}
},
"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://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",
"doctrine/dbal": "^3.9",
"pentatrion/vite-bundle": "^7.0",
"shopware/core": "dev-trunk",
"symfony/framework-bundle": "~7.2.0",
"symfony/http-foundation": "~7.2.0",
"symfony/mime": "~7.2.0",
"symfony/routing": "~7.2.0"
}
}