diff --git a/composer.lock b/composer.lock index f9c2199..54fc8d9 100644 --- a/composer.lock +++ b/composer.lock @@ -57,27 +57,27 @@ }, { "name": "laminas/laminas-cache", - "version": "4.0.4", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache.git", - "reference": "7c72bc97dbab8fe1b8ea4f3147b29de46ed2c4d3" + "reference": "557c34091fdee1791bc16ddc06af583f94caa2dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/7c72bc97dbab8fe1b8ea4f3147b29de46ed2c4d3", - "reference": "7c72bc97dbab8fe1b8ea4f3147b29de46ed2c4d3", + "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/557c34091fdee1791bc16ddc06af583f94caa2dd", + "reference": "557c34091fdee1791bc16ddc06af583f94caa2dd", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^3.4", "laminas/laminas-servicemanager": "^4.1", - "laminas/laminas-stdlib": "^3.6", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "laminas/laminas-stdlib": "^3.20", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/cache": "^2.0 || ^3.0", "psr/clock": "^1.0", "psr/simple-cache": "^2.0 || ^3.0", - "webmozart/assert": "^1.9" + "webmozart/assert": "^1.11" }, "conflict": { "laminas/laminas-serializer": "<3.0", @@ -88,13 +88,13 @@ "psr/simple-cache-implementation": "1.0" }, "require-dev": { - "laminas/laminas-cli": "^1.7", - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-config-aggregator": "^1.13", - "laminas/laminas-serializer": "^3.0", - "phpunit/phpunit": "^9.5.27", + "laminas/laminas-cli": "^1.11", + "laminas/laminas-coding-standard": "~3.0.1", + "laminas/laminas-config-aggregator": "^1.17", + "laminas/laminas-serializer": "^3.1", + "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.24" + "vimeo/psalm": "^5.26.1" }, "suggest": { "laminas/laminas-cache-storage-adapter-apcu": "APCu implementation", @@ -146,7 +146,7 @@ "type": "community_bridge" } ], - "time": "2024-07-10T15:26:43+00:00" + "time": "2024-11-26T08:07:17+00:00" }, { "name": "laminas/laminas-eventmanager", @@ -265,8 +265,8 @@ "type": "library", "extra": { "laminas": { - "config-provider": "Laminas\\ServiceManager\\ConfigProvider", - "module": "Laminas\\ServiceManager" + "module": "Laminas\\ServiceManager", + "config-provider": "Laminas\\ServiceManager\\ConfigProvider" } }, "autoload": { @@ -4322,16 +4322,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -4369,7 +4369,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -4385,7 +4385,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/filesystem", @@ -4519,16 +4519,16 @@ }, { "name": "symfony/options-resolver", - "version": "v6.4.13", + "version": "v6.4.16", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db" + "reference": "368128ad168f20e22c32159b9f761e456cec0c78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0a62a9f2504a8dd27083f89d21894ceb01cc59db", - "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/368128ad168f20e22c32159b9f761e456cec0c78", + "reference": "368128ad168f20e22c32159b9f761e456cec0c78", "shasum": "" }, "require": { @@ -4566,7 +4566,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.4.13" + "source": "https://github.com/symfony/options-resolver/tree/v6.4.16" }, "funding": [ { @@ -4582,7 +4582,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-11-20T10:57:02+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4965,16 +4965,16 @@ }, { "name": "symfony/service-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", "shasum": "" }, "require": { @@ -5028,7 +5028,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" }, "funding": [ { @@ -5044,7 +5044,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/string", @@ -5257,11 +5257,11 @@ "type": "project", "extra": { "branch-alias": { - "dev-master": "5.x-dev", - "dev-4.x": "4.x-dev", - "dev-3.x": "3.x-dev", + "dev-1.x": "1.x-dev", "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev" + "dev-3.x": "3.x-dev", + "dev-4.x": "4.x-dev", + "dev-master": "5.x-dev" } }, "autoload": {