From 2b173b27ecb5e50e0b766171d242b98d5fe758af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 03:12:04 +0000 Subject: [PATCH] Bump laminas/laminas-component-installer from 2.5.0 to 2.6.0 in /app Bumps [laminas/laminas-component-installer](https://github.com/laminas/laminas-component-installer) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/laminas/laminas-component-installer/releases) - [Commits](https://github.com/laminas/laminas-component-installer/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: laminas/laminas-component-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/composer.lock | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/app/composer.lock b/app/composer.lock index f4c7713..aef91b0 100644 --- a/app/composer.lock +++ b/app/composer.lock @@ -1571,34 +1571,33 @@ }, { "name": "laminas/laminas-component-installer", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-component-installer.git", - "reference": "223d81cf648ff9380bd13cfe07a31324b0ffc8b8" + "reference": "33c35798f72a1efbb6aeef154d09290319c22a22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/223d81cf648ff9380bd13cfe07a31324b0ffc8b8", - "reference": "223d81cf648ff9380bd13cfe07a31324b0ffc8b8", + "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/33c35798f72a1efbb6aeef154d09290319c22a22", + "reference": "33c35798f72a1efbb6aeef154d09290319c22a22", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-component-installer": "^2.1.2" + "conflict": { + "zendframework/zend-component-installer": "*" }, "require-dev": { - "composer/composer": "^1.5.2 || ^2.0", - "laminas/laminas-coding-standard": "~2.1.4", + "composer/composer": "^2.1.9", + "laminas/laminas-coding-standard": "~2.3.0", "malukenho/docheader": "^0.1.6", - "mikey179/vfsstream": "^1.6.7", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.13.0", - "vimeo/psalm": "^4.2", + "mikey179/vfsstream": "^1.6.10", + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.10", "webmozart/assert": "^1.6" }, "type": "composer-plugin", @@ -1636,7 +1635,7 @@ "type": "community_bridge" } ], - "time": "2021-05-10T19:40:40+00:00" + "time": "2021-12-02T17:34:54+00:00" }, { "name": "laminas/laminas-config",