-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
156 lines (156 loc) · 5.07 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
{
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"php": "^8.2",
"ext-ctype": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"beberlei/doctrineextensions": "^1.5",
"composer/package-versions-deprecated": "1.11.99.4",
"damienharper/auditor-bundle": "^6.0.0",
"digitick/sepa-xml": "^2.0.0",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "3.3.*",
"doctrine/orm": "^3.2.2",
"dompdf/dompdf": "^3.0",
"easycorp/easyadmin-bundle": "^4.10.3",
"endroid/qr-code": "^6.0.3",
"jbtronics/dompdf-font-loader-bundle": "^1.1",
"league/html-to-markdown": "^5.0",
"nelmio/security-bundle": "^v3.3.0",
"nesbot/carbon": "^3.6.0",
"phpdocumentor/reflection-docblock": "^5.2",
"scheb/2fa-backup-code": "^7.0",
"scheb/2fa-bundle": "^7.0",
"scheb/2fa-google-authenticator": "^7.0",
"scheb/2fa-trusted-device": "^7.0",
"stevegrunwell/mailto-link-formatter": "^1.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.4.*",
"symfony/asset-mapper": "6.4.*",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/flex": "^2.4.5",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/intl": "6.4.*",
"symfony/mailer": "6.4.*",
"symfony/messenger": "6.4.*",
"symfony/mime": "6.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/notifier": "6.4.*",
"symfony/process": "6.4.*",
"symfony/property-access": "6.4.*",
"symfony/property-info": "6.4.*",
"symfony/proxy-manager-bridge": "6.4.*",
"symfony/rate-limiter": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/stimulus-bundle": "^2.19",
"symfony/string": "6.4.*",
"symfony/translation": "6.4.*",
"symfony/twig-bridge": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/ux-autocomplete": "^2.19",
"symfony/validator": "6.4.*",
"symfony/web-link": "6.4.*",
"symfony/yaml": "6.4.*",
"symfonycasts/reset-password-bundle": "^1.6",
"twig/cache-extra": "^3.16",
"twig/cssinliner-extra": "^3.0",
"twig/extra-bundle": "^3.0",
"twig/inky-extra": "^3.0",
"twig/intl-extra": "^3.0",
"twig/string-extra": "^3.13",
"twig/twig": "^2.12|^3.0",
"vich/uploader-bundle": "^2.3.3"
},
"require-dev": {
"ext-dom": "*",
"dama/doctrine-test-bundle": "^v8.2.0",
"doctrine/doctrine-fixtures-bundle": "^4.0.0",
"ekino/phpstan-banned-code": "^v3.0.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^2.1.2",
"phpstan/phpstan-doctrine": "^2.0.1",
"phpstan/phpstan-symfony": "^2.0.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^2.0.7",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.0",
"jbtronics/translation-editor-bundle": "^1.0",
"symfony/phpunit-bridge": "6.4.*",
"symfony/stopwatch": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
"symplify/easy-coding-standard": "^12.5.5"
},
"suggest": {
"ext-posix": "Used to determine the CLI username."
},
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "8.2.0"
},
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"phpstan/extension-installer": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"importmap:install": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"phpstan": "vendor/bin/phpstan analyse --memory-limit 1G"
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
}
}
}