Fix doctrine deprecation

This commit is contained in:
Tim
2023-12-24 00:10:33 +01:00
parent a5619e2307
commit 6f64f29177
3 changed files with 11 additions and 15 deletions

View File

@ -46,11 +46,6 @@
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",