-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 944 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
{
"name": "ibexa/experience",
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Experience edition",
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"ibexa/content": "~4.2.x-dev",
"ibexa/form-builder": "~4.2.x-dev",
"ibexa/page-builder": "~4.2.x-dev",
"ibexa/fieldtype-address": "~4.2.x-dev",
"ibexa/fieldtype-page": "~4.2.x-dev",
"ibexa/permissions": "~4.2.x-dev",
"ibexa/segmentation": "~4.2.x-dev",
"ibexa/site-factory": "~4.2.x-dev",
"ibexa/corporate-account": "~4.2.x-dev"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"extra": {
"branch-alias": {
"dev-master": "4.2.x-dev"
}
}
}