We recently upgraded to cweagans/composer-patches v2 and removed the (now unused) property 'extra.composer-exit-on-patch-failure' from our composer.json, however when running toolkit's check:composer command it complains:
The composer property 'extra.composer-exit-on-patch-failure' must be set to true.
This check should not happen when using cweagans/composer-patches v2, because this configuration option has been removed from v2 and then it is not doing anything at all. See cweagans/composer-patches#613
We recently upgraded to cweagans/composer-patches v2 and removed the (now unused) property 'extra.composer-exit-on-patch-failure' from our composer.json, however when running toolkit's check:composer command it complains:
The composer property 'extra.composer-exit-on-patch-failure' must be set to true.
This check should not happen when using cweagans/composer-patches v2, because this configuration option has been removed from v2 and then it is not doing anything at all. See cweagans/composer-patches#613