From 1764b671126b6ea3614021fa20c9b58b032bfc6d Mon Sep 17 00:00:00 2001 From: sessingo Date: Sat, 11 Feb 2023 17:25:54 +0100 Subject: [PATCH] Updated composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index a6e56c8..ed6c021 100644 --- a/composer.json +++ b/composer.json @@ -47,5 +47,10 @@ "psr-4": { "Pecee\\": "src/Pecee/" } + }, + "config": { + "allow-plugins": { + "ocramius/package-versions": true + } } } \ No newline at end of file