-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
162 lines (162 loc) · 5.79 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
{
"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.ez.no/ttl" }
],
"require": {
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ezsystems/date-based-publisher": "~4.0.2",
"ezsystems/doctrine-dbal-schema": "~1.0.0",
"ezsystems/ez-support-tools": "~2.0.0",
"ezsystems/ezplatform-admin-ui": "~2.0.2",
"ezsystems/ezplatform-admin-ui-assets": "~5.0.0",
"ezsystems/ezplatform-calendar": "~1.0.2",
"ezsystems/ezplatform-content-forms": "~1.0.2",
"ezsystems/ezplatform-core": "~2.0.3",
"ezsystems/ezplatform-cron": "~3.0.0",
"ezsystems/ezplatform-design-engine": "~3.0.0",
"ezsystems/ezplatform-ee-installer": "~3.0.1",
"ezsystems/ezplatform-form-builder": "~2.0.2",
"ezsystems/ezplatform-graphql": "~2.0.1",
"ezsystems/ezplatform-http-cache": "~2.0.2",
"ezsystems/ezplatform-http-cache-fastly": "~2.0.0",
"ezsystems/ezplatform-kernel": "~1.0.2",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0",
"ezsystems/ezplatform-page-builder": "~2.0.2",
"ezsystems/ezplatform-page-fieldtype": "~2.0.2",
"ezsystems/ezplatform-query-fieldtype": "~2.0.1",
"ezsystems/ezplatform-rest": "~1.0.0",
"ezsystems/ezplatform-richtext": "~2.0.3",
"ezsystems/ezplatform-site-factory": "~1.0.2",
"ezsystems/ezplatform-solr-search-engine": "~3.0.0",
"ezsystems/ezplatform-standard-design": "~0.3.0",
"ezsystems/ezplatform-user": "~2.0.1",
"ezsystems/ezplatform-version-comparison": "~1.0.0",
"ezsystems/ezplatform-workflow": "~2.0.1",
"hautelook/templated-uri-bundle": "^3.2",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"gregwar/captcha-bundle": "^2.0",
"knplabs/knp-menu-bundle": "^3.0",
"league/csv": "^9.6",
"monolog/monolog": "^2.0",
"php-http/guzzle6-adapter": "^2.0",
"platformsh/symfonyflex-bridge": "^2.2",
"sensio/framework-extra-bundle": "^5.5",
"sensiolabs/security-checker": "^6.0",
"symfony/asset": "^5.0",
"symfony/cache": "^5.0",
"symfony/console": "^5.0",
"symfony/dotenv": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/flex": "^1.6",
"symfony/form": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/monolog-bundle": "^3.5",
"symfony/orm-pack": "^1.0",
"symfony/process": "^5.0",
"symfony/proxy-manager-bridge": "^5.0",
"symfony/security-bundle": "^5.0",
"symfony/serializer-pack": "^1.0",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/thanks": "^1.2",
"symfony/translation": "^5.0",
"symfony/twig-bundle": "^5.0",
"symfony/validator": "^5.0",
"symfony/web-link": "^5.0",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "^5.0",
"twig/extra-bundle": "^3.0"
},
"require-dev": {
"behat/behat": "^3.6",
"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.1.2",
"ezsystems/allure-php-api": "~3.1.2",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
"ezsystems/behatbundle": "~8.0.2",
"ezsystems/fastest": "^1.7",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/symfony-extension": "^2.1",
"overblog/graphiql-bundle": "^0.2",
"phpunit/phpunit": "^8.2",
"symfony/debug-pack": "^1.0",
"symfony/maker-bundle": "^1.14",
"symfony/test-pack": "^1.0"
},
"conflict": {
"doctrine/persistence": "1.3.2",
"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",
"security-checker security:check": "script"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"ezplatform-install": [
"@php bin/console ezplatform:install ezplatform-ee-clean",
"@php bin/console ezplatform:graphql:generate-schema"
]
},
"config": {
"preferred-install": {
"ezsystems/*": "dist"
},
"sort-packages": true,
"bin-dir": "bin/"
},
"extra": {
"symfony": {
"allow-contrib": true
},
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}