From fb4038f5ecac833a6c744a70034fddfd3f4e5eea Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 6 Jul 2022 11:51:45 +0100 Subject: [PATCH] Allow the ocramius/package-versions plugin with roave-backward-compatibility-check --- resources/compatibility.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/compatibility.json b/resources/compatibility.json index ccb051d6..4ad290a4 100644 --- a/resources/compatibility.json +++ b/resources/compatibility.json @@ -18,6 +18,9 @@ "summary": "Tool to compare two revisions of a class API to check for BC breaks", "website": "https://github.com/Roave/BackwardCompatibilityCheck", "command": { + "sh": { + "command": "composer global bin roavebackwardcompatibilitycheck config allow-plugins.ocramius/package-versions true" + }, "composer-bin-plugin": { "package": "roave/backward-compatibility-check", "namespace": "roavebackwardcompatibilitycheck",