|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "23296989f0e9ed88b443df0b0e1f6f37",
|
|
|
+ "content-hash": "0b2661af8d2d1f74eafe2265fae9e228",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/package-versions-deprecated",
|
|
@@ -1593,39 +1593,48 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "laminas/laminas-code",
|
|
|
- "version": "4.4.3",
|
|
|
+ "version": "3.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laminas/laminas-code.git",
|
|
|
- "reference": "bb324850d09dd437b6acb142c13e64fdc725b0e1"
|
|
|
+ "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laminas/laminas-code/zipball/bb324850d09dd437b6acb142c13e64fdc725b0e1",
|
|
|
- "reference": "bb324850d09dd437b6acb142c13e64fdc725b0e1",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
|
|
+ "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^7.4 || ~8.0.0"
|
|
|
+ "laminas/laminas-eventmanager": "^2.6 || ^3.0",
|
|
|
+ "laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
+ "php": "^7.1"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"phpspec/prophecy": "<1.9.0"
|
|
|
},
|
|
|
+ "replace": {
|
|
|
+ "zendframework/zend-code": "self.version"
|
|
|
+ },
|
|
|
"require-dev": {
|
|
|
- "doctrine/annotations": "^1.10.4",
|
|
|
+ "doctrine/annotations": "^1.7",
|
|
|
"ext-phar": "*",
|
|
|
- "laminas/laminas-coding-standard": "^2.1.4",
|
|
|
- "laminas/laminas-stdlib": "^3.3.0",
|
|
|
- "phpunit/phpunit": "^9.4.2",
|
|
|
- "psalm/plugin-phpunit": "^0.14.0",
|
|
|
- "vimeo/psalm": "^4.3.1"
|
|
|
+ "laminas/laminas-coding-standard": "^1.0",
|
|
|
+ "laminas/laminas-stdlib": "^2.7 || ^3.0",
|
|
|
+ "phpunit/phpunit": "^7.5.16 || ^8.4"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
|
|
- "laminas/laminas-stdlib": "Laminas\\Stdlib component",
|
|
|
- "laminas/laminas-zendframework-bridge": "A bridge with Zend Framework"
|
|
|
+ "laminas/laminas-stdlib": "Laminas\\Stdlib component"
|
|
|
},
|
|
|
"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": {
|
|
|
"psr-4": {
|
|
|
"Laminas\\Code\\": "src/"
|
|
@@ -1639,8 +1648,7 @@
|
|
|
"homepage": "https://laminas.dev",
|
|
|
"keywords": [
|
|
|
"code",
|
|
|
- "laminas",
|
|
|
- "laminasframework"
|
|
|
+ "laminas"
|
|
|
],
|
|
|
"support": {
|
|
|
"chat": "https://laminas.dev/chat",
|
|
@@ -1650,13 +1658,135 @@
|
|
|
"rss": "https://github.com/laminas/laminas-code/releases.atom",
|
|
|
"source": "https://github.com/laminas/laminas-code"
|
|
|
},
|
|
|
+ "time": "2019-12-31T16:28:24+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-eventmanager",
|
|
|
+ "version": "3.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-eventmanager.git",
|
|
|
+ "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
|
|
|
+ "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "zendframework/zend-eventmanager": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "container-interop/container-interop": "^1.1",
|
|
|
+ "laminas/laminas-coding-standard": "~2.2.1",
|
|
|
+ "laminas/laminas-stdlib": "^3.6",
|
|
|
+ "phpbench/phpbench": "^1.1",
|
|
|
+ "phpspec/prophecy-phpunit": "^2.0",
|
|
|
+ "phpunit/phpunit": "^9.5.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
|
|
|
+ "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\EventManager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Trigger and listen to events within a PHP application",
|
|
|
+ "homepage": "https://laminas.dev",
|
|
|
+ "keywords": [
|
|
|
+ "event",
|
|
|
+ "eventmanager",
|
|
|
+ "events",
|
|
|
+ "laminas"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "chat": "https://laminas.dev/chat",
|
|
|
+ "docs": "https://docs.laminas.dev/laminas-eventmanager/",
|
|
|
+ "forum": "https://discourse.laminas.dev",
|
|
|
+ "issues": "https://github.com/laminas/laminas-eventmanager/issues",
|
|
|
+ "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
|
|
|
+ "source": "https://github.com/laminas/laminas-eventmanager"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
+ "type": "community_bridge"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-09-07T22:35:32+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-zendframework-bridge",
|
|
|
+ "version": "1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
|
|
+ "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
|
|
|
+ "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.3",
|
|
|
+ "psalm/plugin-phpunit": "^0.15.1",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "vimeo/psalm": "^4.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laminas": {
|
|
|
+ "module": "Laminas\\ZendFrameworkBridge"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/autoload.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\ZendFrameworkBridge\\": "src//"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "autoloading",
|
|
|
+ "laminas",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "forum": "https://discourse.laminas.dev/",
|
|
|
+ "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
|
|
|
+ "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
|
|
|
+ "source": "https://github.com/laminas/laminas-zendframework-bridge"
|
|
|
+ },
|
|
|
"funding": [
|
|
|
{
|
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
"type": "community_bridge"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2021-09-21T13:40:23+00:00"
|
|
|
+ "time": "2021-09-03T17:53:30+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
@@ -1919,20 +2049,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/cache",
|
|
|
- "version": "2.0.0",
|
|
|
+ "version": "1.0.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/php-fig/cache.git",
|
|
|
- "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
|
|
- "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=8.0.0"
|
|
|
+ "php": ">=5.3.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -1952,7 +2082,7 @@
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
}
|
|
|
],
|
|
|
"description": "Common interface for caching libraries",
|
|
@@ -1962,9 +2092,9 @@
|
|
|
"psr-6"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/cache/tree/2.0.0"
|
|
|
+ "source": "https://github.com/php-fig/cache/tree/master"
|
|
|
},
|
|
|
- "time": "2021-02-03T23:23:37+00:00"
|
|
|
+ "time": "2016-08-06T20:24:11+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/container",
|
|
@@ -2066,20 +2196,20 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/link",
|
|
|
- "version": "1.1.1",
|
|
|
+ "version": "1.0.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/php-fig/link.git",
|
|
|
- "reference": "846c25f58a1f02b93a00f2404e3626b6bf9b7807"
|
|
|
+ "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/link/zipball/846c25f58a1f02b93a00f2404e3626b6bf9b7807",
|
|
|
- "reference": "846c25f58a1f02b93a00f2404e3626b6bf9b7807",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
|
+ "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=8.0.0"
|
|
|
+ "php": ">=5.3.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
@@ -2103,7 +2233,6 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "Common interfaces for HTTP links",
|
|
|
- "homepage": "https://github.com/php-fig/link",
|
|
|
"keywords": [
|
|
|
"http",
|
|
|
"http-link",
|
|
@@ -2113,36 +2242,36 @@
|
|
|
"rest"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/link/tree/1.1.1"
|
|
|
+ "source": "https://github.com/php-fig/link/tree/master"
|
|
|
},
|
|
|
- "time": "2021-03-11T22:59:13+00:00"
|
|
|
+ "time": "2016-10-28T16:06:13+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/log",
|
|
|
- "version": "2.0.0",
|
|
|
+ "version": "1.1.4",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
- "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
|
|
|
- "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=8.0.0"
|
|
|
+ "php": ">=5.3.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "Psr\\Log\\": "src"
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -2163,9 +2292,9 @@
|
|
|
"psr-3"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/log/tree/2.0.0"
|
|
|
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
},
|
|
|
- "time": "2021-07-14T16:41:46+00:00"
|
|
|
+ "time": "2021-05-03T11:20:27+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "sensio/framework-extra-bundle",
|
|
@@ -7460,16 +7589,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "nikic/php-parser",
|
|
|
- "version": "v4.13.0",
|
|
|
+ "version": "v4.13.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
- "reference": "50953a2691a922aa1769461637869a0a2faa3f53"
|
|
|
+ "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53",
|
|
|
- "reference": "50953a2691a922aa1769461637869a0a2faa3f53",
|
|
|
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd",
|
|
|
+ "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -7510,9 +7639,9 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
|
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0"
|
|
|
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1"
|
|
|
},
|
|
|
- "time": "2021-09-20T12:20:58+00:00"
|
|
|
+ "time": "2021-11-03T20:52:16+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phar-io/manifest",
|
|
@@ -9676,7 +9805,7 @@
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
- "php": "^7.3.29|^8.0",
|
|
|
+ "php": "^7.3.31",
|
|
|
"ext-ctype": "*",
|
|
|
"ext-iconv": "*"
|
|
|
},
|