Hack: forcibly remove symfony/polyfill-mbstring

we don't need this dependency anyway because mbstring is already provided.
This commit is contained in:
Dylan K. Taylor
2025-05-17 14:11:57 +01:00
parent 67f3bb9c52
commit dca37d5842
2 changed files with 4 additions and 82 deletions

View File

@ -57,6 +57,9 @@
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpunit/phpunit": "^10.5.24"
},
"provide": {
"symfony/polyfill-mbstring": "*"
},
"autoload": {
"psr-4": {
"pocketmine\\": "src/"