-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 1.08 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
{
"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/activity-log": "~5.0.x-dev",
"ibexa/headless": "~5.0.x-dev",
"ibexa/form-builder": "~5.0.x-dev",
"ibexa/page-builder": "~5.0.x-dev",
"ibexa/fieldtype-address": "~5.0.x-dev",
"ibexa/fieldtype-page": "~5.0.x-dev",
"ibexa/dashboard": "~5.0.x-dev",
"ibexa/permissions": "~5.0.x-dev",
"ibexa/segmentation": "~5.0.x-dev",
"ibexa/site-factory": "~5.0.x-dev",
"ibexa/corporate-account": "~5.0.x-dev",
"ibexa/engage": "~5.0.x-dev"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
}
}