forked from ezsystems/ezplatform-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
150 lines (150 loc) · 5.22 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
{
"name": "ezsystems/ezplatform-demo",
"description": "eZ Platform distribution",
"homepage": "https://github.com/ezsystems/ezplatform-demo",
"license": "GPL-2.0-only",
"type": "project",
"authors": [
{
"name": "eZ dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezplatform-demo/contributors"
}
],
"repositories": [
{ "type": "composer", "url": "https://updates.ez.no/ttl" }
],
"require": {
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ez-support-tools": "^2.0@dev",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-admin-ui-assets": "^5.0@dev",
"ezsystems/ezplatform-admin-ui-modules": "^2.0@dev",
"ezsystems/ezplatform-core": "^2.0@dev",
"ezsystems/ezplatform-cron": "^3.0@dev",
"ezsystems/ezplatform-demo-assets": "dev-master",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezplatform-graphql": "^2.0@dev",
"ezsystems/ezplatform-http-cache": "^1.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-richtext": "^2.0@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.0@dev",
"ezsystems/ezplatform-standard-design": "^0.3@dev",
"ezsystems/ezplatform-user": "^2.0@dev",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"friendsofsymfony/jsrouting-bundle": "^2.3",
"knplabs/knp-menu-bundle": "^2.2",
"monolog/monolog": "^1.25.2",
"php-http/guzzle6-adapter": "^2.0",
"platformsh/symfonyflex-bridge": "^2.1",
"sensio/framework-extra-bundle": "^5.1",
"gregwar/captcha-bundle": "^2.0",
"kaliop/ezmigrationbundle": "dev-ezplatform3.0-support",
"sensiolabs/security-checker": "^5.0",
"symfony/asset": "^4.3",
"symfony/cache": "^4.3",
"symfony/console": "^4.3",
"symfony/dotenv": "^4.3",
"symfony/expression-language": "^4.3",
"symfony/flex": "^1.1",
"symfony/form": "^4.3",
"symfony/framework-bundle": "^4.3",
"symfony/monolog-bundle": "^3.1",
"symfony/orm-pack": "^1.0",
"symfony/process": "^4.3",
"symfony/proxy-manager-bridge": "^4.3",
"symfony/security-bundle": "^4.3",
"symfony/serializer-pack": "^1.0",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/thanks": "^1.1",
"symfony/translation": "^4.3",
"symfony/twig-bundle": "^4.3",
"symfony/validator": "^4.3",
"symfony/web-link": "^4.3",
"symfony/webpack-encore-bundle": "^1.4",
"symfony/yaml": "^4.3"
},
"require-dev": {
"behat/behat": "^3.5",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.3",
"behat/symfony2-extension": "^2.1",
"bex/behat-screenshot": "^1.2",
"dg/bypass-finals": "^1.1",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "^3.0",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ezsystems/behatbundle": "^8.0@dev",
"liuggio/fastest": "^1.6",
"overblog/graphiql-bundle": "^0.1.2",
"phpunit/phpunit": "8.2",
"symfony/debug-pack": "^1.0",
"symfony/maker-bundle": "^1.0",
"symfony/test-pack": "^1.0",
"symfony/web-server-bundle": "^4.2"
},
"conflict": {
"doctrine/persistence": "1.3.2",
"symfony/symfony": "*"
},
"replace": {
"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": {
"Tests\\App\\": "tests/App"
}
},
"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-demo",
"@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"
}
}
}