downgraded laminas-dependency-plugin
parent
a57daa4fee
commit
e64726f3ee
|
@ -2695,24 +2695,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",
|
||||||
|
@ -2736,7 +2736,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": [
|
||||||
{
|
{
|
||||||
|
@ -2744,7 +2744,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",
|
||||||
|
@ -9428,5 +9428,5 @@
|
||||||
"ext-bcmath": "*"
|
"ext-bcmath": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.1.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue