From e0cb8378751757d74c8a1fb0047bfd38375ef5f0 Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Wed, 4 Nov 2020 21:46:45 +0530 Subject: [PATCH] Update cakephp/plugin-installer to 1.3.1 --- composer.json | 2 +- composer.lock | 33 +++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 0a33e9e..56f216f 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-json": "*", "cakephp/cakephp": "~4.1.0", "cakephp/migrations": "^3.0", - "cakephp/plugin-installer": "^1.2", + "cakephp/plugin-installer": "^1.3", "ishanvyas22/asset-mix": "^1.0", "mobiledetect/mobiledetectlib": "^2.8" }, diff --git a/composer.lock b/composer.lock index adefeb2..c7efafa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9ea338385966b701782a684cbd441f62", + "content-hash": "37a9d37e05635b45d87ab5c076e43756", "packages": [ { "name": "aura/intl", @@ -306,26 +306,30 @@ }, { "name": "cakephp/plugin-installer", - "version": "1.2.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/cakephp/plugin-installer.git", - "reference": "3be2ea116603341b196592053e973f4abe71e8b2" + "reference": "e27027aa2d3d8ab64452c6817629558685a064cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/3be2ea116603341b196592053e973f4abe71e8b2", - "reference": "3be2ea116603341b196592053e973f4abe71e8b2", + "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/e27027aa2d3d8ab64452c6817629558685a064cb", + "reference": "e27027aa2d3d8ab64452c6817629558685a064cb", "shasum": "" }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.6.0" + }, "require-dev": { - "cakephp/cakephp-codesniffer": "dev-master", - "composer/composer": "^1.0", - "phpunit/phpunit": "^4.8|^5.7|^6.0" + "cakephp/cakephp-codesniffer": "^3.3", + "composer/composer": "^2.0", + "phpunit/phpunit": "^5.7 || ^6.5 || ^8.5 || ^9.3" }, - "type": "composer-installer", + "type": "composer-plugin", "extra": { - "class": "Cake\\Composer\\Installer\\PluginInstaller" + "class": "Cake\\Composer\\Plugin" }, "autoload": { "psr-4": { @@ -343,7 +347,11 @@ } ], "description": "A composer installer for CakePHP 3.0+ plugins.", - "time": "2019-11-12T10:21:19+00:00" + "support": { + "issues": "https://github.com/cakephp/plugin-installer/issues", + "source": "https://github.com/cakephp/plugin-installer/tree/1.3.1" + }, + "time": "2020-10-29T04:00:42+00:00" }, { "name": "composer/ca-bundle", @@ -4853,5 +4861,6 @@ "php": ">=7.2", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }