-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.44 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
{
"name": "shopsys/luigis-box",
"type": "library",
"description": "Shopsys Platform connector to Luigi's Box",
"keywords": ["api", "Shopsys Platform", "Luigis Box", "SSFW", "SSP"],
"license": "proprietary",
"authors": [
{
"name": "Shopsys",
"homepage": "https://www.shopsys.com/"
}
],
"autoload": {
"psr-4": {
"Shopsys\\LuigisBoxBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\LuigisBoxBundle\\": "tests/"
}
},
"require": {
"php": "^8.3",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/frontend-api": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/article-feed-luigis-box": "16.0.x-dev",
"shopsys/brand-feed-luigis-box": "16.0.x-dev",
"shopsys/category-feed-luigis-box": "16.0.x-dev",
"shopsys/product-feed-luigis-box": "16.0.x-dev",
"overblog/dataloader-bundle": "^0.6.0",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/routing": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "^11.2.1"
},
"config": {
"allow-plugins": {
"symfony/flex": true
}
}
}