Apparently we're supposed to use replace for this, not provide

This commit is contained in:
Dylan K. Taylor
2025-05-17 18:09:14 +01:00
parent 657e6c8130
commit b5f236c019
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpunit/phpunit": "^10.5.24"
},
"provide": {
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-mbstring": "*"
},