From c7a1415186e43858889777bf34cdf66631378a99 Mon Sep 17 00:00:00 2001 From: Kiran Parajuli Date: Thu, 17 Feb 2022 15:37:48 +0545 Subject: [PATCH] Add composer allow-plugins --- composer.json | 3 +++ composer.lock | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index adeb017..580f836 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,9 @@ "config" : { "platform": { "php": "7.3" + }, + "allow-plugins": { + "bamarni/composer-bin-plugin": true } }, "require": { diff --git a/composer.lock b/composer.lock index 28af49d..3eaa56c 100644 --- a/composer.lock +++ b/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "bamarni/composer-bin-plugin", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", - "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225" + "reference": "f7fb03e96a154f9c7a10fe736b6c1fa4a617d54e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225", - "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225", + "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/f7fb03e96a154f9c7a10fe736b6c1fa4a617d54e", + "reference": "f7fb03e96a154f9c7a10fe736b6c1fa4a617d54e", "shasum": "" }, "require": { @@ -53,9 +53,9 @@ ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", - "source": "https://github.com/bamarni/composer-bin-plugin/tree/master" + "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.4.2" }, - "time": "2020-05-03T08:27:20+00:00" + "time": "2022-02-16T16:23:46+00:00" } ], "aliases": [], @@ -68,5 +68,5 @@ "platform-overrides": { "php": "7.3" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }