-
-
Notifications
You must be signed in to change notification settings - Fork 200
/
composer.json
227 lines (227 loc) · 7.81 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
227
{
"name": "parti-renaissance/espace-adherent",
"description": "La plateforme citoyenne de Renaissance (https://parti-renaissance.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": false,
"phpstan/extension-installer": true,
"php-http/discovery": true,
"symfony/runtime": true
}
},
"require": {
"php": "^8.3",
"ext-amqp": "*",
"ext-apcu": "*",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-zip": "*",
"a2lix/translation-form-bundle": "^3.2",
"algolia/search-bundle": "^6.0",
"api-platform/core": "^2.7",
"beberlei/doctrineextensions": "^1.2",
"cakephp/chronos": "^3.1",
"cocur/slugify": "^4.0",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.0",
"egulias/email-validator": "^4.0",
"endroid/qr-code-bundle": "^5.0",
"enmarche/majority-judgment": "^0.0.3",
"exercise/htmlpurifier-bundle": "^5.0",
"firebase/php-jwt": "^6.10",
"friendsofsymfony/ckeditor-bundle": "^2.5",
"fusonic/opengraph": "^2.1",
"gedmo/doctrine-extensions": "^3.14",
"geocoder-php/google-maps-provider": "^4.5",
"geoip2/geoip2": "^3.0",
"giggsey/libphonenumber-for-php": "^8.13",
"gocardless/gocardless-pro": "^5.2",
"google/cloud-recaptcha-enterprise": "^1.2",
"google/cloud-storage": "^1.23",
"google/cloud-vision": "^1.2",
"knplabs/doctrine-behaviors": "^2.6",
"knplabs/knp-time-bundle": "^2.0",
"kreait/firebase-bundle": "^5.0",
"league/commonmark": "^2.5",
"league/csv": "^9.2",
"league/flysystem-bundle": "^3.0",
"league/flysystem-google-cloud-storage": "^3.0",
"league/glide-symfony": "^2.0",
"league/iso3166": "^4.3",
"league/oauth2-server": "^8.2",
"lexik/paybox-bundle": "^2.1",
"longitude-one/doctrine-spatial": "*",
"myclabs/php-enum": "^1.5",
"nelmio/cors-bundle": "^2.2",
"nyholm/psr7": "^1.5",
"odolbeau/phone-number-bundle": "^3.3",
"openai-php/client": "^0.10.1",
"phpoffice/phpspreadsheet": "^3.3",
"ramsey/uuid": "^4.1",
"ramsey/uuid-doctrine": "^2.0",
"runroom-packages/sortable-behavior-bundle": "^0.17.1",
"sabre/dav": "^4.1",
"scheb/2fa-bundle": "^6.3",
"scheb/2fa-google-authenticator": "^6.3",
"sensio/framework-extra-bundle": "^6.0",
"sentry/sentry-symfony": "^5.0",
"sonata-project/admin-bundle": "^4.0",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"sonata-project/exporter": "3.3.0",
"stof/doctrine-extensions-bundle": "^1.9",
"symfony/amqp-messenger": "^5.4",
"symfony/asset": "^5.4",
"symfony/cache": "^6.4",
"symfony/config": "^5.4",
"symfony/console": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/doctrine-bridge": "^5.4",
"symfony/dotenv": "^5.4",
"symfony/error-handler": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/expression-language": "^5.4",
"symfony/filesystem": "^5.4",
"symfony/finder": "^5.4",
"symfony/flex": "^2.2",
"symfony/http-client": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/intl": "^5.4",
"symfony/lock": "^5.4",
"symfony/messenger": "^5.4",
"symfony/mime": "^5.4",
"symfony/monolog-bridge": "^5.0",
"symfony/monolog-bundle": "^3.7",
"symfony/notifier": "^5.4",
"symfony/password-hasher": "^5.4",
"symfony/property-info": "^5.4",
"symfony/proxy-manager-bridge": "^5.4",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/psr7-meta": "^1.0",
"symfony/rate-limiter": "^5.4",
"symfony/routing": "^5.4",
"symfony/runtime": "^5.4",
"symfony/security-bundle": "^5.4",
"symfony/security-csrf": "^5.4",
"symfony/serializer": "^5.4",
"symfony/stopwatch": "^5.4",
"symfony/string": "^5.4",
"symfony/telegram-notifier": "^5.4",
"symfony/templating": "^5.4",
"symfony/thanks": "^1.2",
"symfony/translation": "^5.4",
"symfony/twig-bundle": "^5.4",
"symfony/ux-twig-component": "dev-cancel-dynamic-props",
"symfony/validator": "^5.4",
"symfony/workflow": "^5.4",
"symfony/yaml": "^5.4",
"tales-from-a-dev/twig-tailwind-extra": "^0.1.0",
"telegram-bot/api": "^2.5",
"tetranz/select2entity-bundle": "^3.1",
"twig/extra-bundle": "^3.10",
"twig/html-extra": "^3.13",
"twig/intl-extra": "^3.3",
"twig/markdown-extra": "^3.10",
"twig/string-extra": "^3.3",
"willdurand/geocoder-bundle": "^5.12"
},
"require-dev": {
"behat/behat": "^3.10",
"behat/mink": "*",
"behat/mink-browserkit-driver": "*",
"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": "^8.0",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"fakerphp/faker": "^1.13",
"friends-of-behat/mink-extension": "^2.7",
"friends-of-behat/symfony-extension": "^2.4",
"friendsofphp/php-cs-fixer": "^3.0",
"league/flysystem-memory": "^3.0",
"masterminds/html5": "^2.7",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.1",
"phpunit/phpunit": "^11.2",
"symfony/css-selector": "^5.4",
"symfony/debug-bundle": "^5.4",
"symfony/phpunit-bridge": "^7.1",
"symfony/var-dumper": "^5.4",
"symfony/web-profiler-bundle": "^5.4",
"webmozart/assert": "^1.10"
},
"scripts": {
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"ckeditor:install --tag=4.22.1": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
},
"extra": {
"symfony": {
"require": "^5.4"
}
},
"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": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/parti-renaissance/contexts"
},
{
"type": "vcs",
"url": "https://github.com/parti-renaissance/ux-twig-component"
},
{
"type": "vcs",
"url": "https://github.com/parti-renaissance/LexikPayboxBundle"
}
],
"conflict": {
"symfony/symfony": "*"
}
}