-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
85 lines (85 loc) · 3.45 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
{
"name": "ibexa/oss",
"type": "metapackage",
"license": "(GPL-2.0-only or proprietary)",
"description": "A meta package for installing Ibexa Open Source",
"require": {
"php": "^7.3 || ^8.0",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ezsystems/doctrine-dbal-schema": "~1.0.10",
"ezsystems/ez-support-tools": "~2.3.12",
"ezsystems/ezplatform-admin-ui": "~2.3.37",
"ezsystems/ezplatform-admin-ui-assets": "~5.3.3",
"ezsystems/ezplatform-content-forms": "~1.3.17",
"ezsystems/ezplatform-core": "~2.3.40",
"ezsystems/ezplatform-cron": "~3.1.6",
"ezsystems/ezplatform-design-engine": "~3.0.13",
"ezsystems/ezplatform-graphql": "~2.3.17",
"ezsystems/ezplatform-kernel": "~1.3.37",
"ezsystems/ezplatform-http-cache": "~2.3.15",
"ezsystems/ezplatform-matrix-fieldtype": "~2.2.11",
"ezsystems/ezplatform-query-fieldtype": "~2.3.9",
"ezsystems/ezplatform-rest": "~1.3.23",
"ezsystems/ezplatform-richtext": "~2.3.24",
"ezsystems/ezplatform-search": "~1.2.7",
"ezsystems/ezplatform-solr-search-engine": "~3.3.17",
"ezsystems/ezplatform-standard-design": "~0.3.8",
"ezsystems/ezplatform-user": "~2.3.12",
"ibexa/post-install": "~1.0.15",
"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/orm-pack": "^1.0",
"symfony/process": "^5.3.0",
"symfony/proxy-manager-bridge": "^5.3.0",
"symfony/security-bundle": "^5.3.0",
"symfony/serializer-pack": "^1.0",
"symfony/swiftmailer-bundle": "^3.5.1",
"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",
"ibexa/templated-uri-bundle": "^3.3.1",
"knplabs/knp-menu-bundle": "^3.1",
"lexik/jwt-authentication-bundle": "^2.10.5",
"monolog/monolog": "^2.2",
"overblog/graphiql-bundle": "^0.2.1",
"php-http/guzzle6-adapter": "^2.0.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.1@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 || 2.20.0 || 2.20.1 || 2.20.2",
"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": "3.3.x-dev"
}
}
}