-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.68 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
{
"name": "agence-adeliom/easy-shop-bundle",
"type": "symfony-bundle",
"version": "2.0.0",
"description": "Symfony Shop bundle for EasyAdmin based on Sylius",
"keywords": ["symfony", "shop", "e-commerce", "sylius", "easyadmin"],
"homepage": "https://github.com/agence-adeliom/easy-shop-bundle",
"support": {
"issues": "https://github.com/agence-adeliom/easy-shop-bundle/issues",
"source": "https://github.com/agence-adeliom/easy-shop-bundle"
},
"license": "MIT",
"authors": [
{
"name": "Arnaud RITTI",
"homepage": "https://github.com/arnaud-ritti"
},
{
"name": "Jerome ENGELN",
"homepage": "https://github.com/JeromeEngelnAdeliom"
}
],
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"symfony/config": "^4.4 || ^5.2",
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0",
"symfony/deprecation-contracts": "^2.2 || ^v3.0.0",
"symfony/event-dispatcher": "^4.4 || ^5.2 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.2 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
"symfony/options-resolver": "^4.4 || ^5.2 || ^6.0",
"symfony/property-access": "^4.4 || ^5.2 || ^6.0",
"easycorp/easyadmin-bundle": "^3.4 || ^v4.0.0",
"agence-adeliom/easy-page-bundle": "*",
"agence-adeliom/easy-fields-bundle": "*",
"a2lix/translation-form-bundle": "^3.0",
"twig/extra-bundle": "^2.12|^3.0",
"sylius/sylius": "^1.10"
},
"conflict": { "doctrine/dbal": "^3.0" },
"autoload": {
"psr-4": { "Adeliom\\EasyShopBundle\\": "src/" }
}
}