This repository has been archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
154 lines (153 loc) · 5.43 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
{
"name": "netgen/layouts-ezplatform-site",
"description": "Skeleton project allowing you to bootstrap a new site based on Netgen Layouts and eZ Platform",
"homepage": "https://github.com/netgen-layouts/layouts-ezplatform-site",
"license": "GPL-2.0-only",
"type": "project",
"authors": [
{
"name": "Netgen",
"homepage": "https://netgen.io"
},
{
"name": "eZ dev team & eZ Community",
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
}
],
"require": {
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ezsystems/doctrine-dbal-schema": "~1.0.0",
"ezsystems/ez-support-tools": "~2.1.0",
"ezsystems/ezplatform-admin-ui": "~2.1.0",
"ezsystems/ezplatform-admin-ui-assets": "~5.1.0",
"ezsystems/ezplatform-content-forms": "~1.1.0",
"ezsystems/ezplatform-core": "~2.1.0",
"ezsystems/ezplatform-cron": "~3.0.0",
"ezsystems/ezplatform-design-engine": "~3.0.0",
"ezsystems/ezplatform-graphql": "~2.1.0",
"ezsystems/ezplatform-http-cache": "~2.1.0",
"ezsystems/ezplatform-kernel": "~1.1.0",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0",
"ezsystems/ezplatform-query-fieldtype": "~2.1.0",
"ezsystems/ezplatform-rest": "~1.1.0",
"ezsystems/ezplatform-richtext": "~2.1.0",
"ezsystems/ezplatform-solr-search-engine": "~3.1.0",
"ezsystems/ezplatform-standard-design": "~0.3.0",
"ezsystems/ezplatform-user": "~2.1.0",
"ezsystems/ezplatform-search": "~1.0.0",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"hautelook/templated-uri-bundle": "^3.2",
"knplabs/knp-menu-bundle": "^3.0",
"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.7",
"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",
"netgen/layouts-standard": "~1.2.0",
"netgen/layouts-ezplatform": "~1.2.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.1.0",
"liuggio/fastest": "^1.7",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"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/framework-bundle": "5.1.0",
"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": {
"App\\Tests\\": "tests/"
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install --symlink --relative %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 clean",
"@php bin/console ezplatform:graphql:generate-schema"
]
},
"config": {
"bin-dir": "bin",
"preferred-install": "dist"
},
"extra": {
"symfony": {
"allow-contrib": true,
"require": "~5.1.0"
},
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}