Update the composer.lock to fix the crossdependencies issue.
parent
1fdf256348
commit
b85a6df84a
|
@ -2242,28 +2242,28 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-dependency-plugin",
|
"name": "laminas/laminas-dependency-plugin",
|
||||||
"version": "2.6.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": "d98c34fc81f65564ef97e045a381ac3419958615"
|
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/d98c34fc81f65564ef97e045a381ac3419958615",
|
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
|
||||||
"reference": "d98c34fc81f65564ef97e045a381ac3419958615",
|
"reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-plugin-api": ">=1.1.0 <2.3.0",
|
"composer-plugin-api": "^1.1 || ^2.0",
|
||||||
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.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.5.0",
|
"laminas/laminas-coding-standard": "^2.2.1",
|
||||||
"mikey179/vfsstream": "^1.6.11",
|
"mikey179/vfsstream": "^1.6.10@alpha",
|
||||||
"phpunit/phpunit": "^9.5.5",
|
"phpunit/phpunit": "^9.5.5",
|
||||||
"psalm/plugin-phpunit": "^0.18.0",
|
"psalm/plugin-phpunit": "^0.15.1",
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"vimeo/psalm": "^4.5"
|
"vimeo/psalm": "^4.5"
|
||||||
},
|
},
|
||||||
|
@ -2283,7 +2283,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.6.0"
|
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -2291,7 +2291,7 @@
|
||||||
"type": "community_bridge"
|
"type": "community_bridge"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-12-14T20:02:33+00:00"
|
"time": "2021-09-08T17:51:35+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-di",
|
"name": "laminas/laminas-di",
|
||||||
|
@ -7734,6 +7734,6 @@
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"ext-openssl": "*"
|
"ext-openssl": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue