update composer.lock
This commit is contained in:
parent
cdb4dc0fea
commit
3a29f582ca
1 changed files with 21 additions and 23 deletions
44
composer.lock
generated
44
composer.lock
generated
|
@ -427,21 +427,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-code",
|
"name": "laminas/laminas-code",
|
||||||
"version": "4.1.0",
|
"version": "3.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laminas/laminas-code.git",
|
"url": "https://github.com/laminas/laminas-code.git",
|
||||||
"reference": "5b553c274b94af3f880cbaaf8fbab047f279a31c"
|
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/5b553c274b94af3f880cbaaf8fbab047f279a31c",
|
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
||||||
"reference": "5b553c274b94af3f880cbaaf8fbab047f279a31c",
|
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"laminas/laminas-eventmanager": "^3.3",
|
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
|
||||||
"php": "^7.4 || ~8.0.0"
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
||||||
|
"php": "^7.1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"phpspec/prophecy": "<1.9.0"
|
"phpspec/prophecy": "<1.9.0"
|
||||||
|
@ -450,20 +451,24 @@
|
||||||
"zendframework/zend-code": "self.version"
|
"zendframework/zend-code": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "^1.10.4",
|
"doctrine/annotations": "^1.7",
|
||||||
"ext-phar": "*",
|
"ext-phar": "*",
|
||||||
"laminas/laminas-coding-standard": "^2.1.4",
|
"laminas/laminas-coding-standard": "^1.0",
|
||||||
"laminas/laminas-stdlib": "^3.3.0",
|
"laminas/laminas-stdlib": "^2.7 || ^3.0",
|
||||||
"phpunit/phpunit": "^9.4.2",
|
"phpunit/phpunit": "^7.5.16 || ^8.4"
|
||||||
"psalm/plugin-phpunit": "^0.14.0",
|
|
||||||
"vimeo/psalm": "^4.3.1"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
||||||
"laminas/laminas-stdlib": "Laminas\\Stdlib component",
|
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
|
||||||
"laminas/laminas-zendframework-bridge": "A bridge with Zend Framework"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.4.x-dev",
|
||||||
|
"dev-develop": "3.5.x-dev",
|
||||||
|
"dev-dev-4.0": "4.0.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Laminas\\Code\\": "src/"
|
"Laminas\\Code\\": "src/"
|
||||||
|
@ -477,8 +482,7 @@
|
||||||
"homepage": "https://laminas.dev",
|
"homepage": "https://laminas.dev",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"code",
|
"code",
|
||||||
"laminas",
|
"laminas"
|
||||||
"laminasframework"
|
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"chat": "https://laminas.dev/chat",
|
"chat": "https://laminas.dev/chat",
|
||||||
|
@ -488,13 +492,7 @@
|
||||||
"rss": "https://github.com/laminas/laminas-code/releases.atom",
|
"rss": "https://github.com/laminas/laminas-code/releases.atom",
|
||||||
"source": "https://github.com/laminas/laminas-code"
|
"source": "https://github.com/laminas/laminas-code"
|
||||||
},
|
},
|
||||||
"funding": [
|
"time": "2019-12-31T16:28:24+00:00"
|
||||||
{
|
|
||||||
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
||||||
"type": "community_bridge"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2021-03-27T13:55:31+00:00"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-eventmanager",
|
"name": "laminas/laminas-eventmanager",
|
||||||
|
|
Reference in a new issue