diff --git a/composer.lock b/composer.lock index a0a4175..6b7505e 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "cakephp/cakephp", - "version": "5.3.6", + "version": "5.4.0", "source": { "type": "git", "url": "https://github.com/cakephp/cakephp.git", - "reference": "cdaca8c3b710789e8545bff5a83194a6b19cad46" + "reference": "82328ac6bfd47cf7fb62fdba1aa30425c74be6ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/cakephp/zipball/cdaca8c3b710789e8545bff5a83194a6b19cad46", - "reference": "cdaca8c3b710789e8545bff5a83194a6b19cad46", + "url": "https://api.github.com/repos/cakephp/cakephp/zipball/82328ac6bfd47cf7fb62fdba1aa30425c74be6ca", + "reference": "82328ac6bfd47cf7fb62fdba1aa30425c74be6ca", "shasum": "" }, "require": { @@ -36,6 +36,7 @@ "psr/http-message": "^1.1 || ^2.0", "psr/http-server-handler": "^1.0.2", "psr/http-server-middleware": "^1.0.2", + "psr/link": "^2.0", "psr/log": "^3.0", "psr/simple-cache": "^2.0 || ^3.0" }, @@ -45,6 +46,7 @@ "psr/http-factory-implementation": "^1.0", "psr/http-server-handler-implementation": "^1.0", "psr/http-server-middleware-implementation": "^1.0", + "psr/link-implementation": "^2.0", "psr/log-implementation": "^3.0", "psr/simple-cache-implementation": "^3.0" }, @@ -52,6 +54,7 @@ "cakephp/cache": "self.version", "cakephp/collection": "self.version", "cakephp/console": "self.version", + "cakephp/container": "self.version", "cakephp/core": "self.version", "cakephp/database": "self.version", "cakephp/datasource": "self.version", @@ -65,6 +68,7 @@ "cakephp/validation": "self.version" }, "require-dev": { + "boundwize/structarmed": "^0.14", "cakephp/cakephp-codesniffer": "^5.3", "http-interop/http-factory-tests": "^2.0", "mikey179/vfsstream": "^1.6.12", @@ -80,7 +84,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-5.next": "5.4.x-dev" + "dev-5.next": "5.5.x-dev" } }, "autoload": { @@ -125,7 +129,7 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/cakephp" }, - "time": "2026-05-23T16:55:57+00:00" + "time": "2026-07-19T15:31:30+00:00" }, { "name": "cakephp/chronos", @@ -921,6 +925,62 @@ }, "time": "2023-04-11T06:14:47+00:00" }, + { + "name": "psr/link", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/link.git", + "reference": "84b159194ecfd7eaa472280213976e96415433f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7", + "reference": "84b159194ecfd7eaa472280213976e96415433f7", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "suggest": { + "fig/link-util": "Provides some useful PSR-13 utilities" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Link\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for HTTP links", + "homepage": "https://github.com/php-fig/link", + "keywords": [ + "http", + "http-link", + "link", + "psr", + "psr-13", + "rest" + ], + "support": { + "source": "https://github.com/php-fig/link/tree/2.0.1" + }, + "time": "2021-03-11T23:00:27+00:00" + }, { "name": "psr/log", "version": "3.0.2",