-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
86 lines (86 loc) · 3.25 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "ibexa/oss",
"type": "metapackage",
"license": "(GPL-2.0-only or proprietary)",
"description": "A meta package for installing Ibexa Open Source",
"require": {
"php": "^7.4 || ^8.0",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ibexa/doctrine-schema": "~5.0.x-dev",
"ibexa/system-info": "~5.0.x-dev",
"ibexa/admin-ui": "~5.0.x-dev",
"ibexa/admin-ui-assets": "~5.0.0@alpha",
"ibexa/content-forms": "~5.0.x-dev",
"ibexa/core": "~5.0.x-dev",
"ibexa/core-persistence": "~5.0.x-dev",
"ibexa/core-search": "~5.0.x-dev",
"ibexa/cron": "~5.0.x-dev",
"ibexa/design-engine": "~5.0.x-dev",
"ibexa/fieldtype-matrix": "~5.0.x-dev",
"ibexa/fieldtype-query": "~5.0.x-dev",
"ibexa/fieldtype-richtext": "~5.0.x-dev",
"ibexa/graphql": "~5.0.x-dev",
"ibexa/http-cache": "~5.0.x-dev",
"ibexa/i18n": "~5.0.x-dev",
"ibexa/notifications": "~5.0.x-dev",
"ibexa/post-install": "~5.0.x-dev",
"ibexa/rest": "~5.0.x-dev",
"ibexa/search": "~5.0.x-dev",
"ibexa/solr": "~5.0.x-dev",
"ibexa/standard-design": "~5.0.x-dev",
"ibexa/user": "~5.0.x-dev",
"symfony/asset": "^5.3.0",
"symfony/cache": "^5.3.0",
"symfony/console": "^5.3.0",
"symfony/dotenv": "^5.3.0",
"symfony/expression-language": "^5.3.0",
"symfony/flex": "^1.11 || ^2",
"symfony/form": "^5.3.0",
"symfony/framework-bundle": "^5.3.0",
"symfony/monolog-bundle": "^3.6.0",
"symfony/process": "^5.3.0",
"symfony/proxy-manager-bridge": "^5.3.0",
"symfony/security-bundle": "^5.3.0",
"symfony/property-access": "^5.3.0",
"symfony/property-info": "^5.3.0",
"symfony/serializer": "^5.3.0",
"symfony/translation": "^5.3.0",
"symfony/twig-bundle": "^5.3.0",
"symfony/validator": "^5.3.0",
"symfony/web-link": "^5.3.0",
"symfony/webpack-encore-bundle": "^1.8",
"symfony/yaml": "^5.3.0",
"friendsofsymfony/jsrouting-bundle": "^2.7.0",
"knplabs/knp-menu-bundle": "^3.1",
"lexik/jwt-authentication-bundle": "^2.10.5",
"monolog/monolog": "^2.2",
"overblog/graphiql-bundle": "^0.2.1",
"platformsh/symfonyflex-bridge": "^2.4",
"sensio/framework-extra-bundle": "^6.1.0",
"twig/extra-bundle": "^3.1.1",
"doctrine/doctrine-bundle": "^2.4.2"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
},
"conflict": {
"doctrine/doctrine-bundle": "2.6.3",
"doctrine/persistence": "3.0.0",
"gregwar/captcha-bundle": "2.2.0",
"imagine/imagine": "1.3.0 || 1.3.1",
"lexik/jwt-authentication-bundle": "2.12.0 || 2.18.0",
"symfony/dependency-injection": "5.3.7 || 5.4.17",
"symfony/framework-bundle": "5.3.14 || 5.4.3",
"symfony/expression-language": "5.4.7",
"symfony/webpack-encore-bundle": "1.14.0",
"friends-of-behat/mink-browserkit-driver": "1.6.2",
"behat/mink-selenium2-driver": "1.7.0"
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
}
}