forked from parti-renaissance/espace-adherent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
226 lines (226 loc) · 7.71 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"name": "enmarche/en-marche.fr",
"description": "La plateforme citoyenne d'En Marche ! (https://en-marche.fr)",
"license": "GPL-3.0",
"type": "project",
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\App\\": "tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/thanks": true,
"endroid/installer": true,
"phpstan/extension-installer": true
}
},
"require": {
"php": ">=7.4",
"ext-amqp": "*",
"ext-apcu": "*",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-zip": "*",
"a2lix/translation-form-bundle": "^3.0",
"algolia/search-bundle": "^4.1",
"api-platform/core": "2.2.10",
"beberlei/doctrineextensions": "^1.2",
"cakephp/chronos": "^2.1",
"cocur/slugify": "^4.0",
"creof/doctrine2-spatial": "^1.2",
"danhunsaker/flysystem-redis": "^1.0",
"doctrine/dbal": "^2.13.0",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/doctrine-migrations-bundle": "^3.0",
"egulias/email-validator": "^3.0",
"endroid/qr-code-bundle": "^3.4.2",
"enmarche/majority-judgment": "^0.0.3",
"exercise/htmlpurifier-bundle": "^3.1",
"facebook/graph-sdk": "^5.4",
"fusonic/opengraph": "^2.1",
"geocoder-php/google-maps-provider": "^4.5",
"geoip2/geoip2": "^2.4",
"google/cloud-recaptcha-enterprise": "^1.2",
"google/cloud-storage": "^1.23",
"google/cloud-vision": "^1.2",
"h4cc/wkhtmltoimage-amd64": "^0.12.4",
"h4cc/wkhtmltopdf-amd64": "^0.12.4",
"imagine/imagine": "^0.7",
"knplabs/doctrine-behaviors": "^2.0.0",
"knplabs/knp-snappy-bundle": "^1.5",
"knplabs/knp-time-bundle": "^1.7",
"kreait/firebase-bundle": "^2.3",
"league/commonmark": "1.6.6",
"league/csv": "^9.2",
"league/flysystem": "^1.0",
"league/flysystem-cached-adapter": "^1.0",
"league/glide-symfony": "^1.0",
"league/oauth2-server": "^8.2",
"lexik/jwt-authentication-bundle": "^2.6",
"lexik/paybox-bundle": "^2.1",
"myclabs/php-enum": "^1.5",
"nelmio/cors-bundle": "^1.5",
"ninsuo/symfony-collection": "^2.1",
"nyholm/psr7": "^1.5",
"odolbeau/phone-number-bundle": "^3.3",
"php-amqplib/rabbitmq-bundle": "^2.8",
"phpoffice/phpspreadsheet": "^1.16",
"pixassociates/sortable-behavior-bundle": "^1.5",
"predis/predis": "^1.1.0",
"ramsey/uuid": "^4.1",
"ramsey/uuid-doctrine": "^1.6",
"sabre/dav": "^4.1",
"scheb/2fa-bundle": "^5.13",
"scheb/2fa-google-authenticator": "^5.13",
"scienta/doctrine-json-functions": "^4.3",
"sendinblue/api-v3-sdk": "^8.1",
"sensio/framework-extra-bundle": "^6.0",
"sentry/sentry-symfony": "^4.2",
"snc/redis-bundle": "^3.2",
"sonata-project/admin-bundle": "^3.49",
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
"sonata-project/exporter": "2.7.0",
"stof/doctrine-extensions-bundle": "^1.2",
"suin/php-rss-writer": "^1.5",
"superbalist/flysystem-google-storage": "^7.2",
"symfony/asset": "^4.4",
"symfony/cache": "^4.4",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/doctrine-bridge": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/expression-language": "^4.4",
"symfony/filesystem": "^4.4",
"symfony/finder": "^4.4",
"symfony/flex": "^1.11",
"symfony/http-client": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/inflector": "^4.4",
"symfony/intl": "^4.4",
"symfony/messenger": "^4.4",
"symfony/monolog-bridge": "^5.0",
"symfony/monolog-bundle": "^3.7",
"symfony/property-info": "^4.4",
"symfony/proxy-manager-bridge": "^4.4",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/psr7-meta": "^1.0",
"symfony/routing": "^4.4",
"symfony/security": "^4.4",
"symfony/security-bundle": "^4.4",
"symfony/serializer": "^4.4",
"symfony/stopwatch": "^4.4",
"symfony/string": "^5.4",
"symfony/templating": "^4.4",
"symfony/thanks": "^1.2",
"symfony/translation": "^4.4",
"symfony/twig-bridge": "^4.4",
"symfony/twig-bundle": "^4.4",
"symfony/validator": "^4.4",
"symfony/workflow": "^4.4",
"symfony/yaml": "^4.4",
"tackk/cartographer": "dev-welcome-php7",
"tetranz/select2entity-bundle": "^3.1",
"twig/extra-bundle": "^3.3",
"twig/intl-extra": "^3.3",
"twig/string-extra": "^3.3",
"twig/twig": "^2.13",
"willdurand/geocoder-bundle": "^5.12"
},
"require-dev": {
"behat/behat": "^3.10",
"behat/mink-selenium2-driver": "^1.5",
"behatch/contexts": "^3.3",
"bex/behat-skip-tests": "^1.2",
"coduo/php-matcher": "^6.0",
"dama/doctrine-test-bundle": "^6.5",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"fabpot/goutte": "^4.0",
"fakerphp/faker": "^1.13",
"friends-of-behat/mink": "^1.10",
"friends-of-behat/mink-browserkit-driver": "^1.6",
"friends-of-behat/mink-extension": "^2.6",
"friends-of-behat/symfony-extension": "^2.3",
"friendsofphp/php-cs-fixer": "^3.0",
"league/flysystem-memory": "^1.0",
"pedrotroller/php-cs-custom-fixer": "^2.25",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.1",
"phpunit/phpunit": "^9.5",
"symfony/css-selector": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/phpunit-bridge": "^5.3",
"symfony/var-dumper": "^4.4",
"symfony/web-profiler-bundle": "^4.4",
"webmozart/assert": "^1.10"
},
"scripts": {
"post-install-cmd": [
"Fuz\\Symfony\\Collection\\ScriptHandler::postInstall",
"@auto-scripts"
],
"post-update-cmd": [
"Fuz\\Symfony\\Collection\\ScriptHandler::postUpdate",
"@auto-scripts"
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
},
"extra": {
"symfony": {
"require": "^4.4"
},
"endroid": {
"installer": {
"enabled": false
}
}
},
"replace": {
"symfony/polyfill-apcu": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ottaviano/cartographer"
},
{
"type": "vcs",
"url": "https://github.com/ottaviano/HTMLPurifierBundle"
},
{
"type": "vcs",
"url": "https://github.com/ottaviano/contexts"
}
],
"conflict": {
"symfony/symfony": "*"
}
}