From 7036710d5758473c07bf9ec7fad39aca25b9f128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:14:47 +0000 Subject: [PATCH] Bump cakephp/cakephp from 4.4.18 to 4.5.11 Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 4.4.18 to 4.5.11. - [Release notes](https://github.com/cakephp/cakephp/releases) - [Commits](https://github.com/cakephp/cakephp/compare/4.4.18...4.5.11) --- updated-dependencies: - dependency-name: cakephp/cakephp dependency-version: 4.5.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 53 ++++++++++++++++++++++++++------------------------- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index d8c6845..55f9d13 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": ">=8.1", "ext-curl": "*", "ext-json": "*", - "cakephp/cakephp": "4.4.*", + "cakephp/cakephp": "4.5.*", "cakephp/migrations": "^3.2", "cakephp/plugin-installer": "^1.3", "flesler/jquery.scrollto": "*", diff --git a/composer.lock b/composer.lock index 2ce0eb5..8a5e6d4 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "163fcaa298211849a01c317204119975", + "content-hash": "b7a4b4302dfd990151149c3c6b138fe9", "packages": [ { "name": "alek13/slack", @@ -134,20 +134,20 @@ }, { "name": "cakephp/cakephp", - "version": "4.4.18", + "version": "4.5.11", "source": { "type": "git", "url": "https://github.com/cakephp/cakephp.git", - "reference": "34b4920bc8c13f8897434003e8aaaa605153d051" + "reference": "005df99489c1a7e0f4d3d39878389ddc733218fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/cakephp/zipball/34b4920bc8c13f8897434003e8aaaa605153d051", - "reference": "34b4920bc8c13f8897434003e8aaaa605153d051", + "url": "https://api.github.com/repos/cakephp/cakephp/zipball/005df99489c1a7e0f4d3d39878389ddc733218fe", + "reference": "005df99489c1a7e0f4d3d39878389ddc733218fe", "shasum": "" }, "require": { - "cakephp/chronos": "^2.2", + "cakephp/chronos": "^2.4.0-RC2", "composer/ca-bundle": "^1.2", "ext-intl": "*", "ext-json": "*", @@ -155,7 +155,7 @@ "laminas/laminas-diactoros": "^2.2.2", "laminas/laminas-httphandlerrunner": "^1.1 || ^2.0", "league/container": "^4.2.0", - "php": ">=7.4.0", + "php": ">=7.4.0,<9", "psr/container": "^1.1 || ^2.0", "psr/http-client": "^1.0", "psr/http-server-handler": "^1.0", @@ -191,7 +191,7 @@ "require-dev": { "cakephp/cakephp-codesniffer": "^4.5", "mikey179/vfsstream": "^1.6.10", - "paragonie/csp-builder": "^2.3", + "paragonie/csp-builder": "^2.3 || ^3.0", "phpunit/phpunit": "^8.5 || ^9.3" }, "suggest": { @@ -204,6 +204,7 @@ "autoload": { "files": [ "src/Core/functions.php", + "src/Error/functions.php", "src/Collection/functions.php", "src/I18n/functions.php", "src/Routing/functions.php", @@ -242,7 +243,7 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/cakephp" }, - "time": "2023-09-22T07:53:48+00:00" + "time": "2026-05-23T16:57:41+00:00" }, { "name": "cakephp/chronos", @@ -1556,30 +1557,30 @@ }, { "name": "laminas/laminas-httphandlerrunner", - "version": "2.11.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-httphandlerrunner.git", - "reference": "c428d9f67f280d155637cbe2b7245b5188c8cdae" + "reference": "181eaeeb838ad3d80fbbcfb0657a46bc212bbd4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/c428d9f67f280d155637cbe2b7245b5188c8cdae", - "reference": "c428d9f67f280d155637cbe2b7245b5188c8cdae", + "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/181eaeeb838ad3d80fbbcfb0657a46bc212bbd4e", + "reference": "181eaeeb838ad3d80fbbcfb0657a46bc212bbd4e", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "psr/http-message": "^1.0 || ^2.0", "psr/http-message-implementation": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~3.0.0", - "laminas/laminas-diactoros": "^3.4.0", - "phpunit/phpunit": "^10.5.36", - "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.26.1" + "laminas/laminas-coding-standard": "~3.1.0", + "laminas/laminas-diactoros": "^3.6.0", + "phpunit/phpunit": "^10.5.46", + "psalm/plugin-phpunit": "^0.19.5", + "vimeo/psalm": "^6.10.3" }, "type": "library", "extra": { @@ -1619,7 +1620,7 @@ "type": "community_bridge" } ], - "time": "2024-10-17T20:37:17+00:00" + "time": "2025-10-12T20:58:29+00:00" }, { "name": "league/commonmark", @@ -1812,16 +1813,16 @@ }, { "name": "league/container", - "version": "4.2.4", + "version": "4.2.5", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec" + "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/7ea728b013b9a156c409c6f0fc3624071b742dec", - "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec", + "url": "https://api.github.com/repos/thephpleague/container/zipball/d3cebb0ff4685ff61c749e54b27db49319e2ec00", + "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00", "shasum": "" }, "require": { @@ -1882,7 +1883,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/4.2.4" + "source": "https://github.com/thephpleague/container/tree/4.2.5" }, "funding": [ { @@ -1890,7 +1891,7 @@ "type": "github" } ], - "time": "2024-11-10T12:42:13+00:00" + "time": "2025-05-20T12:55:37+00:00" }, { "name": "mobiledetect/mobiledetectlib",