forked from MarioBlazek/caching-psrs-in-netgen-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
160 lines (156 loc) · 6.25 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
{
"name": "netgen/media-site",
"description": "Netgen Media Site (Powered by Netgen Layouts & eZ Platform)",
"homepage": "https://netgen.io",
"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"
}
],
"autoload": {
"psr-0": { "": "src/" },
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
},
"autoload-dev": {
"psr-4": { "Tests\\": "tests/" },
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
},
"require": {
"php": "^7.2",
"ext-json": "*",
"doctrine/doctrine-bundle": "^1.9.1",
"doctrine/orm": "^2.6.3",
"ezsystems/doctrine-dbal-schema": "^0.1.2",
"ezsystems/ez-support-tools": "^1.0.4",
"ezsystems/ezplatform-admin-ui": "~1.5.9",
"ezsystems/ezplatform-admin-ui-assets": "^4.2.0",
"ezsystems/ezplatform-admin-ui-modules": "~1.5.7",
"ezsystems/ezplatform-core": "^1.0.3",
"ezsystems/ezplatform-cron": "^2.0.1",
"ezsystems/ezplatform-design-engine": "^2.0.0",
"ezsystems/ezplatform-graphql": "^1.0.5",
"ezsystems/ezplatform-http-cache": "^1.0.0",
"ezsystems/ezplatform-matrix-fieldtype": "^1.0.3",
"ezsystems/ezplatform-richtext": "^1.1.6",
"ezsystems/ezplatform-solr-search-engine": "^1.7.3",
"ezsystems/ezplatform-standard-design": "^0.2.1",
"ezsystems/ezplatform-user": "^1.0.5",
"ezsystems/ezpublish-kernel": "~7.5.7",
"ezsystems/repository-forms": "~2.5.6",
"ezsystems/symfony-tools": "^1.1.0",
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
"incenteev/composer-parameter-handler": "^2.1.3",
"knplabs/knp-menu-bundle": "^2.2.1 || ^3.0",
"monolog/monolog": "^1.25.2",
"overblog/graphql-bundle": "^0.11.11",
"scssphp/scssphp": "~1.0",
"sensio/distribution-bundle": "^5.0.23",
"sensiolabs/security-checker": "^5.0",
"symfony/monolog-bundle": "^3.3.1",
"symfony/swiftmailer-bundle": "^3.2.4",
"symfony/symfony": "^3.4.35",
"symfony/thanks": "^1.1.0",
"twig/extensions": "^1.5.3",
"white-october/pagerfanta-bundle": "^1.2.2",
"willdurand/js-translation-bundle": "^2.6.6",
"ezsystems/ezplatform-xmltext-fieldtype": "^1.9.2",
"ezsystems/ezpublish-legacy": ">=2019.03.4",
"guzzlehttp/psr7": "^1.6.1",
"php-http/curl-client": "^1.7.1",
"php-http/httplug-bundle": "^1.15.2",
"sentry/sentry-symfony": "^3.4.4",
"symfony/webpack-encore-bundle": "^1.7.3",
"netgen/media-site-data": "~1.4.0",
"netgen/site-bundle": "~1.3.0",
"netgen/site-generator-bundle": "~1.2.0",
"netgen/site-legacy-bundle": "^1.2",
"netgen/site-installer-bundle": "^1.1",
"netgen/information-collection-bundle": "^1.9",
"netgen/ezplatform-site-api": "^3.4.1",
"netgen/ezplatform-search-extra": "^1.11",
"netgen/admin-ui-bundle": "^2.6.6",
"netgen/layouts-standard": "~1.1.0",
"netgen/layouts-ezplatform": "~1.1.0",
"netgen/layouts-ezplatform-site-api": "~1.1.0",
"netgen/layouts-ezplatform-relation-list-query": "^1.0",
"netgen/layouts-ezplatform-tags-query": "^1.0"
},
"require-dev": {
"behat/behat": "^3.5.0",
"behat/mink-extension": "^2.3.1",
"behat/mink-goutte-driver": "^1.2.1",
"behat/mink-selenium2-driver": "^1.3.1",
"behat/symfony2-extension": "^2.1.5",
"bex/behat-screenshot": "^1.2.7",
"ezsystems/allure-behat": "^2.0",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1.1",
"ezsystems/behatbundle": "^7.0.3",
"liuggio/fastest": "^1.6",
"overblog/graphiql-bundle": "^0.1.2",
"phpunit/phpunit": "^8.5 || ^9.1",
"sensio/generator-bundle": "^3.1.7",
"symfony/phpunit-bridge": "^5.0",
"snc/redis-bundle": "^3.2.1",
"predis/predis": "^1.1.1",
"franzl/studio": "*"
},
"conflict": {
"doctrine/dbal": "2.7.0",
"doctrine/persistence": "1.3.2",
"twig/twig": "2.6.1"
},
"scripts": {
"symfony-scripts": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installLegacyBundlesExtensions",
"Netgen\\Bundle\\SiteBundle\\Composer\\ScriptHandler::installProjectSymlinks",
"Netgen\\Bundle\\SiteLegacyBundle\\Composer\\ScriptHandler::installLegacySymlinks",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::generateAutoloads",
"@php bin/security-checker security:check"
],
"post-install-cmd": [
"@symfony-scripts"
],
"post-update-cmd": [
"@symfony-scripts"
],
"ezplatform-install": [
"@php bin/console ezplatform:install netgen-media"
],
"ezplatform-assets": [
"@php bin/console bazinga:js-translation:dump web/assets --merge-domains",
"yarn ezplatform"
]
},
"config": {
"bin-dir": "bin",
"preferred-install": "dist"
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"symfony-tests-dir": "tests",
"ezpublish-legacy-dir": "ezpublish_legacy",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"keep-outdated": true,
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "1.5.x-dev"
}
}
}