forked from ezsystems/ezplatform-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
180 lines (180 loc) · 6.73 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "ezsystems/ezplatform-ee",
"description": "eZ Platform Enterprise Edition distribution",
"homepage": "https://github.com/ezsystems/ezplatform-ee",
"license": "proprietary",
"type": "project",
"authors": [
{
"name": "eZ dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezplatform-ee/contributors"
}
],
"repositories": [
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"require": {
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ezsystems/date-based-publisher": "^4.3@dev",
"ezsystems/doctrine-dbal-schema": "^1.1@dev",
"ezsystems/ez-support-tools": "^2.3@dev",
"ezsystems/ezplatform-admin-ui": "^2.3@dev",
"ezsystems/ezplatform-admin-ui-assets": "~5.3.0@beta",
"ezsystems/ezplatform-calendar": "^1.3@dev",
"ezsystems/ezplatform-connector-dam": "^1.1@dev",
"ezsystems/ezplatform-content-forms": "^1.3@dev",
"ezsystems/ezplatform-core": "^2.3@dev",
"ezsystems/ezplatform-cron": "^3.2@dev",
"ezsystems/ezplatform-design-engine": "^3.1@dev",
"ezsystems/ezplatform-ee-installer": "^3.3@dev",
"ezsystems/ezplatform-elastic-search-engine": "^1.2@dev",
"ezsystems/ezplatform-form-builder": "^2.3@dev",
"ezsystems/ezplatform-graphql": "^2.3@dev",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-http-cache-fastly": "^2.1@dev",
"ezsystems/ezplatform-icons": "~1.0.0@dev",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-matrix-fieldtype": "^2.2@dev",
"ezsystems/ezplatform-page-builder": "^2.3@dev",
"ezsystems/ezplatform-page-fieldtype": "^2.3@dev",
"ezsystems/ezplatform-permissions": "^1.1@dev",
"ezsystems/ezplatform-personalization": "^1.0@dev",
"ezsystems/ezplatform-query-fieldtype": "^2.3@dev",
"ezsystems/ezplatform-rest": "^1.3@dev",
"ezsystems/ezplatform-richtext": "^2.3@dev",
"ezsystems/ezplatform-search": "^1.2@dev",
"ezsystems/ezplatform-segmentation": "^1.1@dev",
"ezsystems/ezplatform-site-factory": "^1.3@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.3@dev",
"ezsystems/ezplatform-standard-design": "^0.4@dev",
"ezsystems/ezplatform-user": "^2.3@dev",
"ezsystems/ezplatform-version-comparison": "^1.3@dev",
"ezsystems/ezplatform-workflow": "^2.3@dev",
"ezsystems/ezrecommendation-client": "^2.1@dev",
"friendsofsymfony/jsrouting-bundle": "^2.7",
"gregwar/captcha-bundle": "^2.0",
"hautelook/templated-uri-bundle": "^3.3",
"ibexa/image-editor": "^1.0@dev",
"ibexa/migrations": "^1.0@dev",
"knplabs/knp-menu-bundle": "^3.1",
"lexik/jwt-authentication-bundle": "^2.10",
"monolog/monolog": "^2.1",
"php-http/guzzle6-adapter": "^2.0",
"platformsh/symfonyflex-bridge": "^2.2",
"sensio/framework-extra-bundle": "^5.6",
"sensiolabs/security-checker": "^6.0",
"symfony/asset": "^5.2.1",
"symfony/cache": "^5.2.1",
"symfony/console": "^5.2.1",
"symfony/dotenv": "^5.2.1",
"symfony/expression-language": "^5.2.1",
"symfony/flex": "^1.10",
"symfony/form": "^5.2.1",
"symfony/framework-bundle": "^5.2.1",
"symfony/monolog-bundle": "^3.6",
"symfony/orm-pack": "^1.0",
"symfony/process": "^5.2.1",
"symfony/proxy-manager-bridge": "^5.2.1",
"symfony/security-bundle": "^5.2.1",
"symfony/serializer-pack": "^1.0",
"symfony/swiftmailer-bundle": "^3.5",
"symfony/thanks": "^1.2",
"symfony/translation": "^5.2.1",
"symfony/twig-bundle": "^5.2.1",
"symfony/validator": "^5.2.1",
"symfony/web-link": "^5.2.1",
"symfony/webpack-encore-bundle": "^1.8",
"symfony/yaml": "^5.2.1",
"twig/extra-bundle": "^3.1"
},
"require-dev": {
"behat/behat": "^3.8",
"behat/mink": "^1.8",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.4",
"bex/behat-screenshot": "^2.1",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "^3.4@dev",
"ezsystems/allure-php-api": "^3.4@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ezsystems/behatbundle": "^8.3@dev",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/symfony-extension": "^2.1",
"liuggio/fastest": "^1.7",
"overblog/graphiql-bundle": "^0.2",
"phpunit/phpunit": "^8.5",
"symfony/debug-pack": "^1.0",
"symfony/maker-bundle": "^1.24",
"symfony/test-pack": "^1.0"
},
"conflict": {
"doctrine/persistence": "1.3.2",
"symfony/framework-bundle": "5.1.0",
"symfony/symfony": "*"
},
"replace": {
"ezsystems/ezstudio": "*",
"ezsystems/ezpublish-community": "*",
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd",
"yarn install": "script",
"ezplatform:encore:compile": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts",
"@php bin/security-checker security:check || true"
],
"post-update-cmd": [
"@auto-scripts",
"@php bin/security-checker security:check || true"
],
"ezplatform-install": [
"@php bin/console --ansi ezplatform:install ezplatform-ee-clean",
"@php bin/console --ansi ezplatform:graphql:generate-schema"
]
},
"config": {
"preferred-install": {
"ezsystems/*": "dist"
},
"sort-packages": true,
"bin-dir": "bin/"
},
"extra": {
"symfony": {
"allow-contrib": true,
"require": "~5.2.1"
},
"branch-alias": {
"dev-master": "3.3.x-dev"
}
}
}