-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
{
"name": "ibexa/headless",
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Headless edition",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"replace": {
"ibexa/content": "*"
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/oss": "~5.0.x-dev",
"ibexa/connect": "~5.0.x-dev",
"ibexa/measurement": "~5.0.x-dev",
"ibexa/migrations": "~5.0.x-dev",
"ibexa/image-editor": "~5.0.x-dev",
"ibexa/oauth2-client": "~5.0.x-dev",
"ibexa/installer": "~5.0.x-dev",
"ibexa/product-catalog": "~5.0.x-dev",
"ibexa/seo": "~5.0.x-dev",
"ibexa/scheduler": "~5.0.x-dev",
"ibexa/calendar": "~5.0.x-dev",
"ibexa/connector-dam": "~5.0.x-dev",
"ibexa/elasticsearch": "~5.0.x-dev",
"ibexa/fastly": "~5.0.x-dev",
"ibexa/icons": "~5.0.x-dev",
"ibexa/personalization": "~5.0.x-dev",
"ibexa/version-comparison": "~5.0.x-dev",
"ibexa/workflow": "~5.0.x-dev",
"ibexa/taxonomy": "~5.0.x-dev",
"ibexa/tree-builder": "~5.0.x-dev",
"ibexa/content-tree": "~5.0.x-dev",
"ibexa/image-picker": "~5.0.x-dev",
"ibexa/site-context": "~5.0.x-dev",
"ibexa/headless-assets": "~5.0.0@alpha",
"ibexa/app-switcher": "~5.0.x-dev",
"gregwar/captcha-bundle": "^2.1"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
}
}