diff --git a/composer.json b/composer.json index 8df34a38..9eb55b61 100644 --- a/composer.json +++ b/composer.json @@ -34,19 +34,19 @@ }, "require": { "php": " ~8.0.0 || ~8.1.0 || ~8.2.0", - "laminas-api-tools/api-tools": "^1.4", - "laminas-api-tools/api-tools-admin-ui": "^2.0", - "laminas-api-tools/api-tools-api-problem": "^1.3", - "laminas-api-tools/api-tools-configuration": "^1.3.3", - "laminas-api-tools/api-tools-content-negotiation": "^1.4", - "laminas-api-tools/api-tools-content-validation": "^1.4", - "laminas-api-tools/api-tools-hal": "^1.5", - "laminas-api-tools/api-tools-mvc-auth": "^1.5", - "laminas-api-tools/api-tools-oauth2": "^1.5", - "laminas-api-tools/api-tools-provider": "^1.3", - "laminas-api-tools/api-tools-rest": "^1.4", - "laminas-api-tools/api-tools-rpc": "^1.4", - "laminas-api-tools/api-tools-versioning": "^1.3", + "laminas-api-tools/api-tools": "^1.7", + "laminas-api-tools/api-tools-admin-ui": "^2.1", + "laminas-api-tools/api-tools-api-problem": "^1.6", + "laminas-api-tools/api-tools-configuration": "^1.6", + "laminas-api-tools/api-tools-content-negotiation": "^1.8", + "laminas-api-tools/api-tools-content-validation": "^1.12", + "laminas-api-tools/api-tools-hal": "^1.7", + "laminas-api-tools/api-tools-mvc-auth": "^1.8", + "laminas-api-tools/api-tools-oauth2": "^1.9", + "laminas-api-tools/api-tools-provider": "^1.6", + "laminas-api-tools/api-tools-rest": "^1.8", + "laminas-api-tools/api-tools-rpc": "^1.8", + "laminas-api-tools/api-tools-versioning": "^1.7", "laminas/laminas-code": "^3.5 || ^4.0", "laminas/laminas-eventmanager": "^3.2", "laminas/laminas-filter": "^2.8", @@ -55,11 +55,10 @@ "laminas/laminas-inputfilter": "^2.8.1", "laminas/laminas-modulemanager": "^2.8.2", "laminas/laminas-mvc": "^2.7.15 || ^3.1.1", - "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.2", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-stdlib": "^2.7.8 || ^3.2.1", "laminas/laminas-validator": "^2.10.2", "laminas/laminas-view": "^2.10", - "laminas/laminas-zendframework-bridge": "^1.1", "webmozart/assert": "^1.10" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 0a5e80ce..853dcd73 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "91463830755dc320c4d200fbac089b92", + "content-hash": "23b2ade388d61074349dafc1dc7754f5", "packages": [ { "name": "brick/varexporter", - "version": "0.3.7", + "version": "0.3.8", "source": { "type": "git", "url": "https://github.com/brick/varexporter.git", - "reference": "3e263cd718d242594c52963760fee2059fd5833c" + "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/varexporter/zipball/3e263cd718d242594c52963760fee2059fd5833c", - "reference": "3e263cd718d242594c52963760fee2059fd5833c", + "url": "https://api.github.com/repos/brick/varexporter/zipball/b5853edea6204ff8fa10633c3a4cccc4058410ed", + "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed", "shasum": "" }, "require": { @@ -45,7 +45,7 @@ ], "support": { "issues": "https://github.com/brick/varexporter/issues", - "source": "https://github.com/brick/varexporter/tree/0.3.7" + "source": "https://github.com/brick/varexporter/tree/0.3.8" }, "funding": [ { @@ -53,29 +53,28 @@ "type": "github" } ], - "time": "2022-06-29T23:37:57+00:00" + "time": "2023-01-21T23:05:38+00:00" }, { "name": "bshaffer/oauth2-server-php", - "version": "v1.13.0", + "version": "v1.14.1", "source": { "type": "git", "url": "https://github.com/bshaffer/oauth2-server-php.git", - "reference": "cd11527b29ceb340f24015b6df868c22908bcf12" + "reference": "096db2c86a7d67a2ba45e72be7d208c342694542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/cd11527b29ceb340f24015b6df868c22908bcf12", - "reference": "cd11527b29ceb340f24015b6df868c22908bcf12", + "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/096db2c86a7d67a2ba45e72be7d208c342694542", + "reference": "096db2c86a7d67a2ba45e72be7d208c342694542", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "require-dev": { "aws/aws-sdk-php": "^2.8", - "firebase/php-jwt": "^2.2", - "mongodb/mongodb": "^1.1", + "firebase/php-jwt": "^6.4", "phpunit/phpunit": "^7.5||^8.0", "predis/predis": "^1.1", "thobbs/phpcassa": "dev-master", @@ -83,7 +82,7 @@ }, "suggest": { "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage", - "firebase/php-jwt": "~2.2 is required to use JWT features", + "firebase/php-jwt": "~v6.4 is required to use JWT features", "mongodb/mongodb": "^1.1 is required to use MongoDB storage", "predis/predis": "Required to use Redis storage", "thobbs/phpcassa": "Required to use Cassandra storage" @@ -114,55 +113,54 @@ ], "support": { "issues": "https://github.com/bshaffer/oauth2-server-php/issues", - "source": "https://github.com/bshaffer/oauth2-server-php/tree/v1.13.0" + "source": "https://github.com/bshaffer/oauth2-server-php/tree/v1.14.1" }, - "time": "2022-10-12T17:33:08+00:00" + "time": "2023-07-07T17:53:54+00:00" }, { "name": "laminas-api-tools/api-tools", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools.git", - "reference": "55e60c1627bbd9315780fba9e738637bc4ea7926" + "reference": "5ecdfc1674aa1bf970e03f206accaf86c1a2483f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools/zipball/55e60c1627bbd9315780fba9e738637bc4ea7926", - "reference": "55e60c1627bbd9315780fba9e738637bc4ea7926", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools/zipball/5ecdfc1674aa1bf970e03f206accaf86c1a2483f", + "reference": "5ecdfc1674aa1bf970e03f206accaf86c1a2483f", "shasum": "" }, "require": { - "laminas-api-tools/api-tools-api-problem": "^1.4", - "laminas-api-tools/api-tools-content-negotiation": "^1.5", - "laminas-api-tools/api-tools-content-validation": "^1.9", - "laminas-api-tools/api-tools-hal": "^1.4.1", - "laminas-api-tools/api-tools-mvc-auth": "^1.6.0", - "laminas-api-tools/api-tools-oauth2": "^1.7", + "laminas-api-tools/api-tools-api-problem": "^1.6", + "laminas-api-tools/api-tools-content-negotiation": "^1.8", + "laminas-api-tools/api-tools-content-validation": "^1.12", + "laminas-api-tools/api-tools-hal": "^1.10", + "laminas-api-tools/api-tools-mvc-auth": "^1.8", + "laminas-api-tools/api-tools-oauth2": "^1.9", "laminas-api-tools/api-tools-provider": "^1.4", - "laminas-api-tools/api-tools-rest": "^1.6.0", - "laminas-api-tools/api-tools-rpc": "^1.5", - "laminas-api-tools/api-tools-versioning": "^1.4", + "laminas-api-tools/api-tools-rest": "^1.8", + "laminas-api-tools/api-tools-rpc": "^1.8", + "laminas-api-tools/api-tools-versioning": "^1.7", "laminas/laminas-db": "^2.8.1", "laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1", "laminas/laminas-loader": "^2.5.1", "laminas/laminas-mvc": "^2.7.9 || ^3.0.2", "laminas/laminas-paginator": "^2.7", - "laminas/laminas-servicemanager": "^2.7.6 || ^3.1.1", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-stdlib": "^2.7.7 || ^3.0.1", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-apigility": "^1.4.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "laminas/laminas-http": "^2.5.4", + "laminas/laminas-http": "^2.18", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.5.27", "psalm/plugin-phpunit": "^0.16.1", - "vimeo/psalm": "^4.8" + "vimeo/psalm": "^4.30" }, "suggest": { "alcaeus/mongo-php-adapter": "^1.0.5, if you are using ext/mongodb and wish to use the MongoConnectedListener.", @@ -206,7 +204,7 @@ "type": "community_bridge" } ], - "time": "2022-06-06T21:36:59+00:00" + "time": "2023-07-11T20:33:51+00:00" }, { "name": "laminas-api-tools/api-tools-admin-ui", @@ -273,16 +271,16 @@ }, { "name": "laminas-api-tools/api-tools-api-problem", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-api-problem.git", - "reference": "dc94f129a0c9981fc40e750bbbdfaea42699ab48" + "reference": "ae6c8d3b063fc8adc3db6d8e5b80ffec2b4614d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-api-problem/zipball/dc94f129a0c9981fc40e750bbbdfaea42699ab48", - "reference": "dc94f129a0c9981fc40e750bbbdfaea42699ab48", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-api-problem/zipball/ae6c8d3b063fc8adc3db6d8e5b80ffec2b4614d5", + "reference": "ae6c8d3b063fc8adc3db6d8e5b80ffec2b4614d5", "shasum": "" }, "require": { @@ -293,7 +291,7 @@ "laminas/laminas-mvc": "^2.7.15 || ^3.0.4", "laminas/laminas-view": "^2.8.1", "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-api-problem": "^1.3.0" @@ -301,9 +299,9 @@ "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.16.0", - "vimeo/psalm": "^4.7" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.30" }, "type": "library", "extra": { @@ -343,7 +341,7 @@ "type": "community_bridge" } ], - "time": "2021-12-09T09:59:10+00:00" + "time": "2023-01-09T21:28:28+00:00" }, { "name": "laminas-api-tools/api-tools-configuration", @@ -417,16 +415,16 @@ }, { "name": "laminas-api-tools/api-tools-content-negotiation", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-content-negotiation.git", - "reference": "26434e97fc84e9554d79856b2b2c28740012a82d" + "reference": "28f055dcf7186da5a98d19bd3f567da48942616d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-content-negotiation/zipball/26434e97fc84e9554d79856b2b2c28740012a82d", - "reference": "26434e97fc84e9554d79856b2b2c28740012a82d", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-content-negotiation/zipball/28f055dcf7186da5a98d19bd3f567da48942616d", + "reference": "28f055dcf7186da5a98d19bd3f567da48942616d", "shasum": "" }, "require": { @@ -441,18 +439,18 @@ "laminas/laminas-validator": "^2.8.1", "laminas/laminas-view": "^2.8.1", "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-content-negotiation": "^1.4.0" }, "require-dev": { - "laminas-api-tools/api-tools-hal": "^1.4", + "laminas-api-tools/api-tools-hal": "^1.10", "laminas/laminas-coding-standard": "~2.3.0", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.16.0", - "vimeo/psalm": "^4.7" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.30" }, "type": "library", "extra": { @@ -491,35 +489,35 @@ "type": "community_bridge" } ], - "time": "2021-12-09T14:11:48+00:00" + "time": "2023-07-10T20:56:08+00:00" }, { "name": "laminas-api-tools/api-tools-content-validation", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-content-validation.git", - "reference": "b0969bd7e5ebd323f1ef1f4609408ff516fe69e3" + "reference": "f342511d5dc346750eed07bf2337eaf958d76ebe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-content-validation/zipball/b0969bd7e5ebd323f1ef1f4609408ff516fe69e3", - "reference": "b0969bd7e5ebd323f1ef1f4609408ff516fe69e3", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-content-validation/zipball/f342511d5dc346750eed07bf2337eaf958d76ebe", + "reference": "f342511d5dc346750eed07bf2337eaf958d76ebe", "shasum": "" }, "require": { - "laminas-api-tools/api-tools-api-problem": "^1.3.0", - "laminas-api-tools/api-tools-content-negotiation": "^1.5.0", + "laminas-api-tools/api-tools-api-problem": "^1.6", + "laminas-api-tools/api-tools-content-negotiation": "^1.8", "laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1", "laminas/laminas-filter": "^2.7.1", "laminas/laminas-http": "^2.5.4", "laminas/laminas-inputfilter": "^2.8", "laminas/laminas-mvc": "^2.7.15 || ^3.0.4", - "laminas/laminas-servicemanager": "^2.7.6 || ^3.1", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-validator": "^2.8.1", "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-content-validation": "^1.8.0" @@ -569,25 +567,25 @@ "type": "community_bridge" } ], - "time": "2022-01-11T14:13:45+00:00" + "time": "2023-07-11T13:01:50+00:00" }, { "name": "laminas-api-tools/api-tools-hal", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-hal.git", - "reference": "3cf56dfac5583951a5561fc1f4fa0050d552991e" + "reference": "3cc89f2acce62e1a5b814f640993b27e8bb8de85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-hal/zipball/3cf56dfac5583951a5561fc1f4fa0050d552991e", - "reference": "3cf56dfac5583951a5561fc1f4fa0050d552991e", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-hal/zipball/3cc89f2acce62e1a5b814f640993b27e8bb8de85", + "reference": "3cc89f2acce62e1a5b814f640993b27e8bb8de85", "shasum": "" }, "require": { "ext-json": "*", - "laminas-api-tools/api-tools-api-problem": "^1.2.1", + "laminas-api-tools/api-tools-api-problem": "^1.6.0", "laminas/laminas-eventmanager": "^3.0.1", "laminas/laminas-filter": "^2.7.1", "laminas/laminas-http": "^2.5.4", @@ -598,7 +596,7 @@ "laminas/laminas-uri": "^2.5.2", "laminas/laminas-view": "^2.11.4", "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "psr/link": "^1.0 || ^2.0" }, "replace": { @@ -607,11 +605,12 @@ "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-modulemanager": "^2.10.1", + "laminas/laminas-router": "^3.11", "phpdocumentor/reflection-docblock": "^5.2.2", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "vimeo/psalm": "^4.6" + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.30" }, "type": "library", "extra": { @@ -652,36 +651,36 @@ "type": "community_bridge" } ], - "time": "2022-01-24T15:23:59+00:00" + "time": "2023-07-10T20:48:58+00:00" }, { "name": "laminas-api-tools/api-tools-mvc-auth", - "version": "1.7.1", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-mvc-auth.git", - "reference": "01d94f3d4d49638fa9d133b38e60453a5674e7e1" + "reference": "3986e1a6970d66b57f1b67f6e01cac215bf3ed16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-mvc-auth/zipball/01d94f3d4d49638fa9d133b38e60453a5674e7e1", - "reference": "01d94f3d4d49638fa9d133b38e60453a5674e7e1", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-mvc-auth/zipball/3986e1a6970d66b57f1b67f6e01cac215bf3ed16", + "reference": "3986e1a6970d66b57f1b67f6e01cac215bf3ed16", "shasum": "" }, "require": { - "laminas-api-tools/api-tools-api-problem": "^1.4.0", - "laminas-api-tools/api-tools-content-negotiation": "^1.5.0", - "laminas-api-tools/api-tools-oauth2": "^1.7", + "laminas-api-tools/api-tools-api-problem": "^1.5.0", + "laminas-api-tools/api-tools-content-negotiation": "^1.8.0", + "laminas-api-tools/api-tools-oauth2": "^1.9", "laminas/laminas-authentication": "^2.5.3", "laminas/laminas-eventmanager": "^3.2", "laminas/laminas-http": "^2.5.4", "laminas/laminas-mvc": "^2.7.9 || ^3.0.2", "laminas/laminas-permissions-acl": "^2.6", "laminas/laminas-permissions-rbac": "^2.6.0 || ^3.0", - "laminas/laminas-servicemanager": "^2.7.6 || ^3.1", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-stdlib": "^2.7.8 || ^3.0.1", "laminas/laminas-zendframework-bridge": "^1.1", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-mvc-auth": "^1.5.1" @@ -690,7 +689,7 @@ "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-session": "^2.8.5", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.16.0", "vimeo/psalm": "^4.7" }, @@ -730,33 +729,32 @@ "type": "community_bridge" } ], - "time": "2022-06-13T16:08:41+00:00" + "time": "2023-07-11T16:04:36+00:00" }, { "name": "laminas-api-tools/api-tools-oauth2", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-oauth2.git", - "reference": "3eac9d14303dfa355a9a288d3bf99bc5f5665d21" + "reference": "1936977ac4fd80094e9825084191dd0f7b93aea7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-oauth2/zipball/3eac9d14303dfa355a9a288d3bf99bc5f5665d21", - "reference": "3eac9d14303dfa355a9a288d3bf99bc5f5665d21", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-oauth2/zipball/1936977ac4fd80094e9825084191dd0f7b93aea7", + "reference": "1936977ac4fd80094e9825084191dd0f7b93aea7", "shasum": "" }, "require": { - "bshaffer/oauth2-server-php": "^1.12.1", - "laminas-api-tools/api-tools-api-problem": "^1.4", - "laminas-api-tools/api-tools-content-negotiation": "^1.7.0", + "bshaffer/oauth2-server-php": "^1.14.1", + "laminas-api-tools/api-tools-api-problem": "^1.5", + "laminas-api-tools/api-tools-content-negotiation": "^1.8.0", "laminas/laminas-crypt": "^3.4", "laminas/laminas-http": "^2.13", "laminas/laminas-mvc": "^2.7.15 || ^3.0.2", "laminas/laminas-mvc-i18n": "^1.2", - "laminas/laminas-servicemanager": "^3.1", - "laminas/laminas-zendframework-bridge": "^1.1", - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "laminas/laminas-servicemanager": "^3.11", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "webmozart/assert": "^1.10" }, "replace": { @@ -773,7 +771,7 @@ "laminas/laminas-test": "^4.0.0", "mockery/mockery": "^1.3.2", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.16", "vimeo/psalm": "^4.23" }, @@ -816,32 +814,32 @@ "type": "community_bridge" } ], - "time": "2022-06-03T09:17:40+00:00" + "time": "2023-07-11T15:25:35+00:00" }, { "name": "laminas-api-tools/api-tools-provider", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-provider.git", - "reference": "a733392a5b7e7ff918941432f072bfb97d1dc22c" + "reference": "6b05862726a711f0581b24dc4145e9c064c0a8b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-provider/zipball/a733392a5b7e7ff918941432f072bfb97d1dc22c", - "reference": "a733392a5b7e7ff918941432f072bfb97d1dc22c", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-provider/zipball/6b05862726a711f0581b24dc4145e9c064c0a8b1", + "reference": "6b05862726a711f0581b24dc4145e9c064c0a8b1", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-apigility-provider": "^1.3.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "vimeo/psalm": "^4.7" + "vimeo/psalm": "^4.30" }, "type": "library", "autoload": { @@ -875,33 +873,32 @@ "type": "community_bridge" } ], - "time": "2021-12-09T09:57:26+00:00" + "time": "2023-02-06T10:16:55+00:00" }, { "name": "laminas-api-tools/api-tools-rest", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-rest.git", - "reference": "bb7b5323ed505b3cfbd69251f79b8f7a803d898b" + "reference": "3cc78408827040d2fc8961e4ea6c5021aae2eec3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-rest/zipball/bb7b5323ed505b3cfbd69251f79b8f7a803d898b", - "reference": "bb7b5323ed505b3cfbd69251f79b8f7a803d898b", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-rest/zipball/3cc78408827040d2fc8961e4ea6c5021aae2eec3", + "reference": "3cc78408827040d2fc8961e4ea6c5021aae2eec3", "shasum": "" }, "require": { - "laminas-api-tools/api-tools-api-problem": "^1.4.0", - "laminas-api-tools/api-tools-content-negotiation": "^1.5.0", - "laminas-api-tools/api-tools-hal": "^1.4", - "laminas-api-tools/api-tools-mvc-auth": "^1.6", + "laminas-api-tools/api-tools-api-problem": "^1.6.0", + "laminas-api-tools/api-tools-content-negotiation": "^1.8.0", + "laminas-api-tools/api-tools-hal": "^1.7", + "laminas-api-tools/api-tools-mvc-auth": "^1.8", "laminas/laminas-eventmanager": "^3.2", "laminas/laminas-mvc": "^2.7.14 || ^3.0.2", "laminas/laminas-paginator": "^2.7", "laminas/laminas-stdlib": "^2.7.8 || ^3.3", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "zfcampus/zf-rest": "^1.5.0" @@ -911,12 +908,14 @@ "laminas/laminas-escaper": "^2.5.2", "laminas/laminas-http": "^2.5.4", "laminas/laminas-inputfilter": "^2.7.2", - "laminas/laminas-servicemanager": "^2.7.6 || ^3.1", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-uri": "^2.5.2", "laminas/laminas-validator": "^2.8.1", "laminas/laminas-view": "^2.11.3", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.5.10", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.7" }, "type": "library", "extra": { @@ -956,39 +955,39 @@ "type": "community_bridge" } ], - "time": "2022-06-03T10:44:17+00:00" + "time": "2023-07-11T16:53:02+00:00" }, { "name": "laminas-api-tools/api-tools-rpc", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-rpc.git", - "reference": "929968702eb2a560570e1a64067c1cac562e2349" + "reference": "5788d8e7d59694cf3c2a385d71ed0c16700e83a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-rpc/zipball/929968702eb2a560570e1a64067c1cac562e2349", - "reference": "929968702eb2a560570e1a64067c1cac562e2349", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-rpc/zipball/5788d8e7d59694cf3c2a385d71ed0c16700e83a9", + "reference": "5788d8e7d59694cf3c2a385d71ed0c16700e83a9", "shasum": "" }, "require": { - "laminas-api-tools/api-tools-api-problem": "^1.3", - "laminas-api-tools/api-tools-content-negotiation": "^1.5", + "laminas-api-tools/api-tools-api-problem": "^1.6", + "laminas-api-tools/api-tools-content-negotiation": "^1.8", "laminas/laminas-eventmanager": "^3.3", "laminas/laminas-http": "^2.14", "laminas/laminas-mvc": "^3.2", - "laminas/laminas-servicemanager": "^3.6", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-stdlib": "^3.3", "laminas/laminas-view": "^2.12", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zfcampus/zf-rpc": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.15.2", "vimeo/psalm": "^4.7" }, @@ -1029,20 +1028,20 @@ "type": "community_bridge" } ], - "time": "2022-07-05T11:22:50+00:00" + "time": "2023-07-11T17:02:48+00:00" }, { "name": "laminas-api-tools/api-tools-versioning", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/laminas-api-tools/api-tools-versioning.git", - "reference": "f06de7822fe3e3dff60dfcc15263b9005012b3e0" + "reference": "f175696276b2f1cfacff71fa00526e79dc8d1fc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas-api-tools/api-tools-versioning/zipball/f06de7822fe3e3dff60dfcc15263b9005012b3e0", - "reference": "f06de7822fe3e3dff60dfcc15263b9005012b3e0", + "url": "https://api.github.com/repos/laminas-api-tools/api-tools-versioning/zipball/f175696276b2f1cfacff71fa00526e79dc8d1fc4", + "reference": "f175696276b2f1cfacff71fa00526e79dc8d1fc4", "shasum": "" }, "require": { @@ -1050,9 +1049,9 @@ "laminas/laminas-http": "^2.5.4", "laminas/laminas-modulemanager": "^2.7.2", "laminas/laminas-mvc": "^2.7.15 || ^3.0.2", - "laminas/laminas-servicemanager": "^2.7.6 || ^3.1", + "laminas/laminas-servicemanager": "^3.11", "laminas/laminas-stdlib": "^2.7.7 || ^3.0.1", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zfcampus/zf-versioning": "*" @@ -1060,7 +1059,7 @@ "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.16.1", "vimeo/psalm": "^4.13.1" }, @@ -1101,20 +1100,20 @@ "type": "community_bridge" } ], - "time": "2022-06-28T15:37:03+00:00" + "time": "2023-07-11T18:25:42+00:00" }, { "name": "laminas/laminas-authentication", - "version": "2.13.0", + "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-authentication.git", - "reference": "12bfb36b8b20052a5fee2ae69b0f12064ce16fa9" + "reference": "9036ae55a84862b16f8631460f90eeea6c19c54e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/12bfb36b8b20052a5fee2ae69b0f12064ce16fa9", - "reference": "12bfb36b8b20052a5fee2ae69b0f12064ce16fa9", + "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/9036ae55a84862b16f8631460f90eeea6c19c54e", + "reference": "9036ae55a84862b16f8631460f90eeea6c19c54e", "shasum": "" }, "require": { @@ -1129,13 +1128,13 @@ "laminas/laminas-crypt": "^2.6.0 || ^3.9.0", "laminas/laminas-db": "^2.15.0", "laminas/laminas-http": "^2.17.0", - "laminas/laminas-ldap": "^2.15.0", + "laminas/laminas-ldap": "^2.16", "laminas/laminas-session": "^2.13.0", "laminas/laminas-uri": "^2.10.0", "laminas/laminas-validator": "^2.26.0", "phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.17.0", - "squizlabs/php_codesniffer": "^3.6.0", + "squizlabs/php_codesniffer": "^3.7.1", "vimeo/psalm": "^4.29.0" }, "suggest": { @@ -1177,7 +1176,7 @@ "type": "community_bridge" } ], - "time": "2022-10-24T08:02:04+00:00" + "time": "2023-07-12T08:21:19+00:00" }, { "name": "laminas/laminas-code", @@ -1315,16 +1314,16 @@ }, { "name": "laminas/laminas-crypt", - "version": "3.9.0", + "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-crypt.git", - "reference": "56ab1b195dad5456753601ff2e8e3d3fd9392d1a" + "reference": "588375caf4d505fee90d1449e9714c912ceb5051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/56ab1b195dad5456753601ff2e8e3d3fd9392d1a", - "reference": "56ab1b195dad5456753601ff2e8e3d3fd9392d1a", + "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/588375caf4d505fee90d1449e9714c912ceb5051", + "reference": "588375caf4d505fee90d1449e9714c912ceb5051", "shasum": "" }, "require": { @@ -1375,20 +1374,20 @@ "type": "community_bridge" } ], - "time": "2022-10-16T15:51:01+00:00" + "time": "2023-03-03T15:57:57+00:00" }, { "name": "laminas/laminas-db", - "version": "2.16.3", + "version": "2.18.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-db.git", - "reference": "dadd9a19d2f9e89aa59205572b928892b91ff1da" + "reference": "4df7a3f7ffe268e8683306fcec125c269408b295" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-db/zipball/dadd9a19d2f9e89aa59205572b928892b91ff1da", - "reference": "dadd9a19d2f9e89aa59205572b928892b91ff1da", + "url": "https://api.github.com/repos/laminas/laminas-db/zipball/4df7a3f7ffe268e8683306fcec125c269408b295", + "reference": "4df7a3f7ffe268e8683306fcec125c269408b295", "shasum": "" }, "require": { @@ -1446,7 +1445,7 @@ "type": "community_bridge" } ], - "time": "2022-12-17T16:31:58+00:00" + "time": "2023-05-05T16:22:28+00:00" }, { "name": "laminas/laminas-escaper", @@ -1512,16 +1511,16 @@ }, { "name": "laminas/laminas-eventmanager", - "version": "3.9.2", + "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", - "reference": "55f7c337f4e49baf6dca87220619d40d9518e6b6" + "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/55f7c337f4e49baf6dca87220619d40d9518e6b6", - "reference": "55f7c337f4e49baf6dca87220619d40d9518e6b6", + "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba", + "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba", "shasum": "" }, "require": { @@ -1532,7 +1531,7 @@ "zendframework/zend-eventmanager": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-stdlib": "^3.15", "phpbench/phpbench": "^1.2.7", "phpunit/phpunit": "^9.5.26", @@ -1576,20 +1575,20 @@ "type": "community_bridge" } ], - "time": "2022-12-20T19:45:38+00:00" + "time": "2023-01-11T19:52:45+00:00" }, { "name": "laminas/laminas-filter", - "version": "2.30.0", + "version": "2.31.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-filter.git", - "reference": "97e3ce0fa868567aa433ed34d6f57ee703d70d3e" + "reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/97e3ce0fa868567aa433ed34d6f57ee703d70d3e", - "reference": "97e3ce0fa868567aa433ed34d6f57ee703d70d3e", + "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/548a6597d357b0b0b139cc7bffea4dfbc50eb5a8", + "reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8", "shasum": "" }, "require": { @@ -1603,7 +1602,7 @@ "zendframework/zend-filter": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-crypt": "^3.9", "laminas/laminas-uri": "^2.10", "pear/archive_tar": "^1.4.14", @@ -1654,7 +1653,7 @@ "type": "community_bridge" } ], - "time": "2022-12-19T17:34:24+00:00" + "time": "2023-01-12T06:17:48+00:00" }, { "name": "laminas/laminas-http", @@ -1723,16 +1722,16 @@ }, { "name": "laminas/laminas-hydrator", - "version": "4.12.0", + "version": "4.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-hydrator.git", - "reference": "78fa8f8a29a2866b1fccdf1b0c260557b6bb595e" + "reference": "de6da92da20873d569532adec94afa7285f21157" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/78fa8f8a29a2866b1fccdf1b0c260557b6bb595e", - "reference": "78fa8f8a29a2866b1fccdf1b0c260557b6bb595e", + "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/de6da92da20873d569532adec94afa7285f21157", + "reference": "de6da92da20873d569532adec94afa7285f21157", "shasum": "" }, "require": { @@ -1745,15 +1744,15 @@ "zendframework/zend-hydrator": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-eventmanager": "^3.6", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-eventmanager": "^3.10", "laminas/laminas-modulemanager": "^2.14.0", "laminas/laminas-serializer": "^2.14.0", - "laminas/laminas-servicemanager": "^3.19", - "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.0" + "laminas/laminas-servicemanager": "^3.20", + "phpbench/phpbench": "^1.2.8", + "phpunit/phpunit": "^9.5.28", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.6" }, "suggest": { "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage", @@ -1796,20 +1795,20 @@ "type": "community_bridge" } ], - "time": "2022-12-21T04:00:01+00:00" + "time": "2023-03-19T20:05:31+00:00" }, { "name": "laminas/laminas-i18n", - "version": "2.21.0", + "version": "2.22.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-i18n.git", - "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1" + "reference": "075bec49f777698c6fc229eecefbe7a2364cd18e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1", - "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1", + "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/075bec49f777698c6fc229eecefbe7a2364cd18e", + "reference": "075bec49f777698c6fc229eecefbe7a2364cd18e", "shasum": "" }, "require": { @@ -1827,7 +1826,7 @@ "laminas/laminas-cache": "^3.8", "laminas/laminas-cache-storage-adapter-memory": "^2.2.0", "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1", - "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-config": "^3.8.0", "laminas/laminas-eventmanager": "^3.7", "laminas/laminas-filter": "^2.28.1", @@ -1882,20 +1881,20 @@ "type": "community_bridge" } ], - "time": "2022-12-02T17:15:52+00:00" + "time": "2023-03-31T12:31:38+00:00" }, { "name": "laminas/laminas-inputfilter", - "version": "2.22.1", + "version": "2.24.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-inputfilter.git", - "reference": "ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3" + "reference": "c5a53b1e72a2270b441391728291f7136e9461d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3", - "reference": "ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3", + "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/c5a53b1e72a2270b441391728291f7136e9461d1", + "reference": "c5a53b1e72a2270b441391728291f7136e9461d1", "shasum": "" }, "require": { @@ -1910,11 +1909,11 @@ }, "require-dev": { "ext-json": "*", - "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", + "laminas/laminas-coding-standard": "~2.5.0", + "phpunit/phpunit": "^9.5.27", + "psalm/plugin-phpunit": "^0.18.4", "psr/http-message": "^1.0.1", - "vimeo/psalm": "^4.28", + "vimeo/psalm": "^5.4", "webmozart/assert": "^1.11" }, "suggest": { @@ -1956,7 +1955,7 @@ "type": "community_bridge" } ], - "time": "2022-11-04T13:12:58+00:00" + "time": "2023-04-05T08:44:05+00:00" }, { "name": "laminas/laminas-json", @@ -2216,16 +2215,16 @@ }, { "name": "laminas/laminas-mvc", - "version": "3.6.0", + "version": "3.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc.git", - "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431" + "reference": "f12e801c31c04a4b35017354ff84070f5573879f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/c54eaebe3810feaca834cc38ef0a962c89ff2431", - "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431", + "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/f12e801c31c04a4b35017354ff84070f5573879f", + "reference": "f12e801c31c04a4b35017354ff84070f5573879f", "shasum": "" }, "require": { @@ -2233,8 +2232,8 @@ "laminas/laminas-eventmanager": "^3.4", "laminas/laminas-http": "^2.15", "laminas/laminas-modulemanager": "^2.8", - "laminas/laminas-router": "^3.5", - "laminas/laminas-servicemanager": "^3.7", + "laminas/laminas-router": "^3.11.1", + "laminas/laminas-servicemanager": "^3.20.0", "laminas/laminas-stdlib": "^3.6", "laminas/laminas-view": "^2.14", "php": "~8.0.0 || ~8.1.0 || ~8.2.0" @@ -2243,14 +2242,12 @@ "zendframework/zend-mvc": "*" }, "require-dev": { - "http-interop/http-middleware": "^0.4.1", "laminas/laminas-coding-standard": "^2.4.0", "laminas/laminas-json": "^3.3", - "laminas/laminas-psr7bridge": "^1.8", - "laminas/laminas-stratigility": ">=2.0.1 <2.2", "phpspec/prophecy": "^1.15.0", "phpspec/prophecy-phpunit": "^2.0.1", - "phpunit/phpunit": "^9.5.25" + "phpunit/phpunit": "^9.5.25", + "webmozart/assert": "^1.11" }, "suggest": { "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable", @@ -2295,7 +2292,7 @@ "type": "community_bridge" } ], - "time": "2022-12-05T14:02:56+00:00" + "time": "2023-03-15T10:21:03+00:00" }, { "name": "laminas/laminas-mvc-i18n", @@ -2456,16 +2453,16 @@ }, { "name": "laminas/laminas-permissions-acl", - "version": "2.13.0", + "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-permissions-acl.git", - "reference": "a13454dc3013cdcb388c95c418866e93dc781300" + "reference": "86cecb540cf8f2e088d70d8acef1fc9203ed5023" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/a13454dc3013cdcb388c95c418866e93dc781300", - "reference": "a13454dc3013cdcb388c95c418866e93dc781300", + "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/86cecb540cf8f2e088d70d8acef1fc9203ed5023", + "reference": "86cecb540cf8f2e088d70d8acef1fc9203ed5023", "shasum": "" }, "require": { @@ -2476,8 +2473,9 @@ "zendframework/zend-permissions-acl": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-servicemanager": "^3.19", + "phpbench/phpbench": "^1.2", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", "vimeo/psalm": "^5.0" @@ -2515,7 +2513,7 @@ "type": "community_bridge" } ], - "time": "2022-12-01T10:29:36+00:00" + "time": "2023-02-01T16:19:54+00:00" }, { "name": "laminas/laminas-permissions-rbac", @@ -2857,16 +2855,16 @@ }, { "name": "laminas/laminas-validator", - "version": "2.29.0", + "version": "2.30.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", - "reference": "e40ee8d86cc1907083e273bfd6ed8b6dde2d9850" + "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/e40ee8d86cc1907083e273bfd6ed8b6dde2d9850", - "reference": "e40ee8d86cc1907083e273bfd6ed8b6dde2d9850", + "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/b7d217b5e4951955fda9a3a5ada91b717b5c8d5c", + "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c", "shasum": "" }, "require": { @@ -2938,20 +2936,20 @@ "type": "community_bridge" } ], - "time": "2022-12-13T22:53:38+00:00" + "time": "2023-01-30T22:41:19+00:00" }, { "name": "laminas/laminas-view", - "version": "2.25.2", + "version": "2.27.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-view.git", - "reference": "ab40dc844cb5d54739db021a9c819de115a710e9" + "reference": "b7e66e148ccd55c815b9626ee0cfd358dbb28be4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-view/zipball/ab40dc844cb5d54739db021a9c819de115a710e9", - "reference": "ab40dc844cb5d54739db021a9c819de115a710e9", + "url": "https://api.github.com/repos/laminas/laminas-view/zipball/b7e66e148ccd55c815b9626ee0cfd358dbb28be4", + "reference": "b7e66e148ccd55c815b9626ee0cfd358dbb28be4", "shasum": "" }, "require": { @@ -2974,24 +2972,23 @@ }, "require-dev": { "laminas/laminas-authentication": "^2.13", - "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-console": "^2.8", - "laminas/laminas-feed": "^2.19", - "laminas/laminas-filter": "^2.25", - "laminas/laminas-http": "^2.17", - "laminas/laminas-i18n": "^2.19", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-feed": "^2.20", + "laminas/laminas-filter": "^2.31", + "laminas/laminas-http": "^2.18", + "laminas/laminas-i18n": "^2.21", "laminas/laminas-modulemanager": "^2.14", - "laminas/laminas-mvc": "^3.5", - "laminas/laminas-mvc-i18n": "^1.6", + "laminas/laminas-mvc": "^3.6", + "laminas/laminas-mvc-i18n": "^1.7", "laminas/laminas-mvc-plugin-flashmessenger": "^1.9", - "laminas/laminas-navigation": "^2.16", - "laminas/laminas-paginator": "^2.15", - "laminas/laminas-permissions-acl": "^2.12", - "laminas/laminas-router": "^3.10", + "laminas/laminas-navigation": "^2.18.1", + "laminas/laminas-paginator": "^2.17", + "laminas/laminas-permissions-acl": "^2.13", + "laminas/laminas-router": "^3.11.1", "laminas/laminas-uri": "^2.10", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.30" + "phpunit/phpunit": "^9.5.28", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.4" }, "suggest": { "laminas/laminas-authentication": "Laminas\\Authentication component", @@ -3039,7 +3036,7 @@ "type": "community_bridge" } ], - "time": "2022-12-21T11:35:32+00:00" + "time": "2023-02-09T16:07:15+00:00" }, { "name": "laminas/laminas-zendframework-bridge", @@ -3105,16 +3102,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.2", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -3155,9 +3152,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2022-11-12T15:38:23+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "psr/container", @@ -3209,25 +3206,25 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -3256,9 +3253,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/link", @@ -4004,6 +4001,53 @@ }, "time": "2019-12-04T15:06:13+00:00" }, + { + "name": "doctrine/deprecations", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" + }, + "time": "2023-06-03T09:27:29+00:00" + }, { "name": "doctrine/instantiator", "version": "1.5.0", @@ -4230,16 +4274,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { @@ -4277,7 +4321,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" }, "funding": [ { @@ -4285,20 +4329,20 @@ "type": "tidelift" } ], - "time": "2022-03-03T13:19:32+00:00" + "time": "2023-03-08T13:26:56+00:00" }, { "name": "netresearch/jsonmapper", - "version": "v4.1.0", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/cweiske/jsonmapper.git", - "reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f" + "reference": "f60565f8c0566a31acf06884cdaa591867ecc956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/cfa81ea1d35294d64adb9c68aa4cb9e92400e53f", - "reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f", + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956", + "reference": "f60565f8c0566a31acf06884cdaa591867ecc956", "shasum": "" }, "require": { @@ -4334,9 +4378,9 @@ "support": { "email": "cweiske@cweiske.de", "issues": "https://github.com/cweiske/jsonmapper/issues", - "source": "https://github.com/cweiske/jsonmapper/tree/v4.1.0" + "source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0" }, - "time": "2022-12-08T20:46:14+00:00" + "time": "2023-04-09T17:37:40+00:00" }, { "name": "openlss/lib-array2xml", @@ -4614,24 +4658,27 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.2", + "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d", + "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.4 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "phpdocumentor/reflection-common": "^2.0", + "phpstan/phpdoc-parser": "^1.13" }, "require-dev": { "ext-tokenizer": "*", + "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", @@ -4663,26 +4710,26 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2" }, - "time": "2022-10-14T12:47:21+00:00" + "time": "2023-05-30T18:13:47+00:00" }, { "name": "phpspec/prophecy", - "version": "v1.16.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359" + "reference": "15873c65b207b07765dbc3c95d20fdf4a320cbe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be8cac52a0827776ff9ccda8c381ac5b71aeb359", - "reference": "be8cac52a0827776ff9ccda8c381ac5b71aeb359", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/15873c65b207b07765dbc3c95d20fdf4a320cbe2", + "reference": "15873c65b207b07765dbc3c95d20fdf4a320cbe2", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.2", + "doctrine/instantiator": "^1.2 || ^2.0", "php": "^7.2 || 8.0.* || 8.1.* || 8.2.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", @@ -4690,6 +4737,7 @@ }, "require-dev": { "phpspec/phpspec": "^6.0 || ^7.0", + "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", @@ -4730,22 +4778,22 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/v1.16.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.17.0" }, - "time": "2022-11-29T15:06:56+00:00" + "time": "2023-02-02T15:41:36+00:00" }, { "name": "phpspec/prophecy-phpunit", - "version": "v2.0.1", + "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy-phpunit.git", - "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + "reference": "9f26c224a2fa335f33e6666cc078fbf388255e87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", - "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/9f26c224a2fa335f33e6666cc078fbf388255e87", + "reference": "9f26c224a2fa335f33e6666cc078fbf388255e87", "shasum": "" }, "require": { @@ -4782,28 +4830,30 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy-phpunit/issues", - "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.2" }, - "time": "2020-07-09T08:33:42+00:00" + "time": "2023-04-18T11:58:05+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.15.3", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "61800f71a5526081d1b5633766aa88341f1ade76" + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76", - "reference": "61800f71a5526081d1b5633766aa88341f1ade76", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", @@ -4827,29 +4877,29 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" }, - "time": "2022-12-20T20:56:55+00:00" + "time": "2023-06-29T20:46:06+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "9.2.23", + "version": "9.2.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c" + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", - "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", + "nikic/php-parser": "^4.15", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -4864,8 +4914,8 @@ "phpunit/phpunit": "^9.3" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { @@ -4898,7 +4948,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" }, "funding": [ { @@ -4906,7 +4956,7 @@ "type": "github" } ], - "time": "2022-12-28T12:41:10+00:00" + "time": "2023-03-06T12:58:08+00:00" }, { "name": "phpunit/php-file-iterator", @@ -5151,20 +5201,20 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.27", + "version": "9.6.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38" + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38", - "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328", + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1", + "doctrine/instantiator": "^1.3.1 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -5193,8 +5243,8 @@ "sebastian/version": "^3.0.2" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "bin": [ "phpunit" @@ -5202,7 +5252,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "9.6-dev" } }, "autoload": { @@ -5233,7 +5283,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27" + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.10" }, "funding": [ { @@ -5249,7 +5300,7 @@ "type": "tidelift" } ], - "time": "2022-12-09T07:31:23+00:00" + "time": "2023-07-10T04:04:23+00:00" }, { "name": "psalm/plugin-phpunit", @@ -5661,16 +5712,16 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { @@ -5715,7 +5766,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, "funding": [ { @@ -5723,20 +5774,20 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2023-05-07T05:35:17+00:00" }, { "name": "sebastian/environment", - "version": "5.1.4", + "version": "5.1.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { @@ -5778,7 +5829,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" }, "funding": [ { @@ -5786,7 +5837,7 @@ "type": "github" } ], - "time": "2022-04-03T09:37:03+00:00" + "time": "2023-02-03T06:03:51+00:00" }, { "name": "sebastian/exporter", @@ -6100,16 +6151,16 @@ }, { "name": "sebastian/recursion-context", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { @@ -6148,10 +6199,10 @@ } ], "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" }, "funding": [ { @@ -6159,7 +6210,7 @@ "type": "github" } ], - "time": "2020-10-26T13:17:30+00:00" + "time": "2023-02-03T06:07:39+00:00" }, { "name": "sebastian/resource-operations", @@ -6218,16 +6269,16 @@ }, { "name": "sebastian/type", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { @@ -6262,7 +6313,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" }, "funding": [ { @@ -6270,7 +6321,7 @@ "type": "github" } ], - "time": "2022-09-12T14:47:03+00:00" + "time": "2023-02-03T06:13:03+00:00" }, { "name": "sebastian/version", @@ -6388,16 +6439,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, "require": { @@ -6433,27 +6484,28 @@ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2022-06-18T07:21:10+00:00" + "time": "2023-02-22T23:07:41+00:00" }, { "name": "symfony/console", - "version": "v6.0.17", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "2ab307342a7233b9a260edd5ef94087aaca57d18" + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/2ab307342a7233b9a260edd5ef94087aaca57d18", - "reference": "2ab307342a7233b9a260edd5ef94087aaca57d18", + "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", "shasum": "" }, "require": { @@ -6519,7 +6571,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.17" + "source": "https://github.com/symfony/console/tree/v6.0.19" }, "funding": [ { @@ -6535,7 +6587,7 @@ "type": "tidelift" } ], - "time": "2022-12-28T14:21:34+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7102,16 +7154,16 @@ }, { "name": "symfony/string", - "version": "v6.0.17", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "3f57003dd8a67ed76870cc03092f8501db7788d9" + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/3f57003dd8a67ed76870cc03092f8501db7788d9", - "reference": "3f57003dd8a67ed76870cc03092f8501db7788d9", + "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a", + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a", "shasum": "" }, "require": { @@ -7167,7 +7219,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.17" + "source": "https://github.com/symfony/string/tree/v6.0.19" }, "funding": [ { @@ -7183,7 +7235,7 @@ "type": "tidelift" } ], - "time": "2022-12-14T15:52:41+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "theseer/tokenizer", @@ -7345,24 +7397,24 @@ }, { "name": "webimpress/coding-standard", - "version": "1.2.4", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/webimpress/coding-standard.git", - "reference": "cd0c4b0b97440c337c1f7da17b524674ca2f9ca9" + "reference": "b26557e2386711ecb74f22718f4b4bde5ddbc899" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webimpress/coding-standard/zipball/cd0c4b0b97440c337c1f7da17b524674ca2f9ca9", - "reference": "cd0c4b0b97440c337c1f7da17b524674ca2f9ca9", + "url": "https://api.github.com/repos/webimpress/coding-standard/zipball/b26557e2386711ecb74f22718f4b4bde5ddbc899", + "reference": "b26557e2386711ecb74f22718f4b4bde5ddbc899", "shasum": "" }, "require": { "php": "^7.3 || ^8.0", - "squizlabs/php_codesniffer": "^3.6.2" + "squizlabs/php_codesniffer": "^3.7.2" }, "require-dev": { - "phpunit/phpunit": "^9.5.13" + "phpunit/phpunit": "^9.6.4" }, "type": "phpcodesniffer-standard", "extra": { @@ -7388,7 +7440,7 @@ ], "support": { "issues": "https://github.com/webimpress/coding-standard/issues", - "source": "https://github.com/webimpress/coding-standard/tree/1.2.4" + "source": "https://github.com/webimpress/coding-standard/tree/1.3.1" }, "funding": [ { @@ -7396,7 +7448,7 @@ "type": "github" } ], - "time": "2022-02-15T19:52:12+00:00" + "time": "2023-03-09T15:05:18+00:00" }, { "name": "webmozart/path-util",