-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
243 lines (243 loc) · 8.89 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
{
"type": "project",
"license": "EUPL-1.2",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-zip": "*",
"api-platform/core": "^3.2",
"aws/aws-sdk-php": "^3.279",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.14",
"elasticsearch/elasticsearch": "^8.7",
"endroid/qr-code": "^6.0.2",
"erichard/elasticsearch-query-builder": "^3.0.3-beta",
"fakerphp/faker": "^1.21",
"gemorroj/archive7z": "^5.6",
"indiehd/filename-sanitizer": "^0.1.0",
"jaytaph/typearray": "^0.0",
"knplabs/knp-paginator-bundle": "^6.2",
"league/flysystem": "^3.0",
"league/flysystem-aws-s3-v3": "^3.15",
"league/flysystem-bundle": "^3.1",
"martin-georgiev/postgresql-for-doctrine": "^2.1",
"mhujer/breadcrumbs-bundle": "^1.5",
"minvws/audit-logger": "^0.4.0",
"minvws/audit-logger-bundle": "^0.4.0",
"minvws/horsebattery": "^1.1",
"nesbot/carbon": "^3.7",
"nikic/php-parser": "^5.0",
"oneup/uploader-bundle": "^5.0.1",
"paragonie/halite": "^5.1",
"pentatrion/vite-bundle": "^7.0",
"php-amqplib/rabbitmq-bundle": "^2.11",
"phpdocumentor/reflection-docblock": "^5.3",
"phpoffice/phpspreadsheet": "^3.3.0",
"phpstan/phpdoc-parser": "^1.20",
"predis/predis": "^2.2",
"presta/sitemap-bundle": "^4.0.0",
"scheb/2fa-backup-code": "^7.2.0",
"scheb/2fa-bundle": "^7.2.0",
"scheb/2fa-email": "^7.2.0",
"scheb/2fa-totp": "^7.2.0",
"snc/redis-bundle": "^4.6",
"symfony/amqp-messenger": "6.4.*",
"symfony/asset": "6.4.*",
"symfony/cache": "6.4.*",
"symfony/clock": "6.4.*",
"symfony/config": "6.4.*",
"symfony/console": "6.4.*",
"symfony/dependency-injection": "6.4.*",
"symfony/doctrine-messenger": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/error-handler": "6.4.*",
"symfony/event-dispatcher": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/filesystem": "6.4.*",
"symfony/finder": "6.4.*",
"symfony/flex": "^2",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/http-foundation": "6.4.*",
"symfony/intl": "6.4.*",
"symfony/mailer": "6.4.*",
"symfony/messenger": "6.4.*",
"symfony/mime": "6.4.*",
"symfony/monolog-bundle": "^3.0",
"symfony/notifier": "6.4.*",
"symfony/password-hasher": "6.4.*",
"symfony/process": "6.4.*",
"symfony/property-access": "6.4.*",
"symfony/property-info": "6.4.*",
"symfony/routing": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/security-core": "6.4.*",
"symfony/security-csrf": "6.4.*",
"symfony/security-http": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/stimulus-bundle": "^2.13",
"symfony/stopwatch": "6.4.*",
"symfony/string": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/uid": "6.4.*",
"symfony/ux-twig-component": "^2.11",
"symfony/ux-vue": "2.21.0",
"symfony/validator": "6.4.*",
"symfony/web-link": "6.4.*",
"symfony/workflow": "6.4.*",
"symfony/yaml": "6.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/intl-extra": "^3.7",
"twig/string-extra": "^3.6",
"twig/twig": "^3.14.0",
"webmozart/assert": "^1.11",
"xenolope/quahog": "^3.0"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"syncdotenv": "phpdotenvsync --opt=sync --src=.env.development --dest=.env.local --no-interaction",
"checkstyle": [
"XDEBUG_MODE=off phpcs",
"XDEBUG_MODE=off php-cs-fixer fix --dry-run --diff --verbose"
],
"fixstyle": [
"XDEBUG_MODE=off phpcbf",
"XDEBUG_MODE=off php-cs-fixer fix --diff"
],
"checktype": "XDEBUG_MODE=off phpstan analyse --memory-limit=-1",
"update-type-baseline": "XDEBUG_MODE=off phpstan --generate-baseline",
"md": "XDEBUG_MODE=off phpmd src/ ansi ruleset.phpmd.xml",
"checktranslations": "XDEBUG_MODE=off bin/console lint:yaml translations",
"checktemplates": [
"XDEBUG_MODE=off APP_DEBUG=false APP_ENV=prod php bin/console cache:clear",
"XDEBUG_MODE=off APP_DEBUG=false APP_ENV=prod php bin/console lint:twig templates"
],
"checkall": [
"@checkstyle",
"@checktype",
"@md",
"@checktranslations",
"@test",
"@checktemplates"
],
"test": [
"Composer\\Config::disableProcessTimeout",
"XDEBUG_MODE=off phpunit -d --without-creating-snapshots"
],
"test-report": [
"Composer\\Config::disableProcessTimeout",
"XDEBUG_MODE=off php -dpcov.enabled=1 -dpcov.directory=. vendor/bin/phpunit -d --without-creating-snapshots --coverage-text --coverage-html coverage/html"
],
"update-test-snapshots": "XDEBUG_MODE=off phpunit -d --update-snapshots"
},
"scripts-descriptions": {
"syncdotenv": "Synchronize .env.development with .env.local",
"checkstyle": "Check code style using php_codesniffer and php-cs-fixer",
"fixstyle": "Fix code style using php_codesniffer and php-cs-fixer",
"checktype": "Check code type using PHPStan",
"update-type-baseline": "Update PHPStan baseline",
"md": "Run PHPMD",
"checktranslations": "Run YAML linting on translation files",
"checktemplates": "Run Twig linting on templates",
"checkall": "Run all checks including test",
"test": "Run PHPUnit tests",
"test-report": "Run PHPUnit tests with coverage report",
"update-test-snapshots": "Update PHPUnit snapshots"
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
}
},
"repositories": {
"minvws/audit-logger": {
"type": "vcs",
"url": "[email protected]:minvws/nl-rdo-php-audit-logger.git"
},
"minvws/audit-logger-bundle": {
"type": "vcs",
"url": "[email protected]:minvws/nl-rdo-php-audit-logger-bundle.git"
}
},
"require-dev": {
"dama/doctrine-test-bundle": "^8.2",
"dg/bypass-finals": "^1.5",
"friendsofphp/php-cs-fixer": "^3.48",
"justinrainbow/json-schema": "^5.2",
"league/flysystem-memory": "^3.0",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.6.12",
"nunomaduro/phpinsights": "^2.8",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.13",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^11.4",
"slevomat/coding-standard": "^8.11",
"spatie/phpunit-snapshot-assertions": "^5.1",
"squizlabs/php_codesniffer": "^3.8",
"stefanocbt/phpdotenv-sync": "^1.2",
"swisnl/phpstan-faker": "^1.0",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.0",
"symfony/web-profiler-bundle": "6.4.*",
"zenstruck/foundry": "^2.0"
}
}