This just reverts commit 44d95e9df244f374656242c729b60bf7b03d94cb. The proper fix may be to just fix the "jdorn/sql-formatter": "^v1.2.17" require statement.
This is currently causing any satis build that includes provider-symfony/polyfill-mbstring.json to fail with the following exception:
[RuntimeException]
Could not load package shyim/shopware-profiler in https://packagist.org: [UnexpectedValueException] Could not parse version constraint ^v1.2.17: Invalid version string "^v1.2.17"
This just reverts commit 44d95e9df244f374656242c729b60bf7b03d94cb. The proper fix may be to just fix the
"jdorn/sql-formatter": "^v1.2.17"
require statement.This is currently causing any satis build that includes
provider-symfony/polyfill-mbstring.json
to fail with the following exception: