forked from spryker-sdk/spryk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency.json
25 lines (25 loc) · 1.47 KB
/
dependency.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
{
"include": {
"symfony/console": "Needed instead of spryker/symfony",
"symfony/filesystem": "Needed instead of spryker/symfony",
"symfony/finder": "Needed instead of spryker/symfony",
"symfony/yaml": "Needed instead of spryker/symfony",
"twig/twig": "Needed instead of spryker/twig"
},
"include-dev": {
"spryker/checkout-extension": "CheckoutExtension module is needed to create CheckoutExtension specific classes.",
"spryker/data-import": "DataImport module is needed to create DataImport specific classes.",
"spryker/glue-application-extension": "GlueApplicationExtension is needed to create Glue API specific classes.",
"spryker/oms": "Oms is needed to create Oms specific classes.",
"spryker/payment-extension": "PaymentExtension module is needed to create PaymentExtension specific classes.",
"spryker/router": "Router module is needed to create Router specific classes.",
"spryker/sales-payment-extension": "SalesPaymentExtension module is needed to create SalesPaymentExtension specific classes.",
"spryker/step-engine": "StepEngine module is needed to create StepEngine specific classes.",
"codeception/codeception": "We need a specific version of it.",
"phpunit/phpunit": "We need a specific version of it."
},
"exclude": {
"spryker/symfony": "All dependencies are added on their own.",
"spryker/twig": "Twig is added on its own."
}
}