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