Downgraded the version of the laminas-dependency-plugin dependency to fix cross dependencies issues.

pull/11/head v2.12.1-p1
Ruslan Baidan 2022-07-18 12:12:40 +02:00
parent 7cbd53eef4
commit c2dfb60dca
1 changed files with 9 additions and 9 deletions

18
composer.lock generated
View File

@ -2386,24 +2386,24 @@
}, },
{ {
"name": "laminas/laminas-dependency-plugin", "name": "laminas/laminas-dependency-plugin",
"version": "2.3.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-dependency-plugin.git", "url": "https://github.com/laminas/laminas-dependency-plugin.git",
"reference": "12737a58c1a73ea441c77a560b5d6d6ebd6d1503" "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/12737a58c1a73ea441c77a560b5d6d6ebd6d1503", "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
"reference": "12737a58c1a73ea441c77a560b5d6d6ebd6d1503", "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": ">=1.1.0 <2.3.0", "composer-plugin-api": "^1.1 || ^2.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0" "php": "^7.3 || ~8.0.0 || ~8.1.0"
}, },
"require-dev": { "require-dev": {
"composer/composer": ">=1.9.0 <2.3.0", "composer/composer": "^1.9 || ^2.0",
"laminas/laminas-coding-standard": "^2.2.1", "laminas/laminas-coding-standard": "^2.2.1",
"mikey179/vfsstream": "^1.6.10@alpha", "mikey179/vfsstream": "^1.6.10@alpha",
"phpunit/phpunit": "^9.5.5", "phpunit/phpunit": "^9.5.5",
@ -2427,7 +2427,7 @@
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.", "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
"support": { "support": {
"issues": "https://github.com/laminas/laminas-dependency-plugin/issues", "issues": "https://github.com/laminas/laminas-dependency-plugin/issues",
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.3.0" "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
}, },
"funding": [ "funding": [
{ {
@ -2435,7 +2435,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-07-14T14:37:37+00:00" "time": "2021-09-08T17:51:35+00:00"
}, },
{ {
"name": "laminas/laminas-di", "name": "laminas/laminas-di",
@ -7142,5 +7142,5 @@
"ext-pdo": "*" "ext-pdo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }