-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 971 Bytes
/
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
{
"name": "ibexa/commerce",
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Commerce edition",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/experience": "~5.0.x-dev",
"ibexa/cart": "~5.0.x-dev",
"ibexa/checkout": "~5.0.x-dev",
"ibexa/corporate-account-commerce-bridge": "~5.0.x-dev",
"ibexa/storefront": "~5.0.x-dev",
"ibexa/order-management": "~5.0.x-dev",
"ibexa/payment": "~5.0.x-dev",
"ibexa/shipping": "~5.0.x-dev",
"ibexa/connector-payum": "~5.0.x-dev"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
}
}