FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

Revert updating composer.json #52

Closed ftdysa closed 7 years ago

ftdysa commented 7 years ago

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"
ftdysa commented 7 years ago

This was actually due to a bug in an older version of composer/satis. Sorry for the confusion. :)