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