From 0e4e3c845b3ab276b2c8acdaa1d32b1e4d6af43b Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 9 Nov 2025 19:37:05 +0530 Subject: [PATCH 1/2] Update dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 15abf6fb3..afe97687f 100644 --- a/composer.json +++ b/composer.json @@ -6,17 +6,17 @@ "homepage": "https://cakephp.org", "require": { "php": ">=8.2", - "cakephp/cakephp": "dev-5.next as 5.2.0", + "cakephp/cakephp": "5.2.0@RC", "cakephp/migrations": "^4.0.0", "cakephp/plugin-installer": "^2.0", "mobiledetect/mobiledetectlib": "^4.8.03" }, "require-dev": { "cakephp/bake": "^3.0.0", - "cakephp/cakephp-codesniffer": "^5.0", - "cakephp/debug_kit": "^5.0.0", + "cakephp/cakephp-codesniffer": "^5.3", + "cakephp/debug_kit": "^5.2.0", "josegonzalez/dotenv": "^4.0", - "phpunit/phpunit": "^11.1.3 || ^12.1" + "phpunit/phpunit": "^11.5.3 || ^12.1.3" }, "suggest": { "cakephp/repl": "Console tools for a REPL interface for CakePHP applications.", From 42f2ae1a9bcc75d5d628ae4d176f06c78cc73977 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 9 Nov 2025 19:45:19 +0530 Subject: [PATCH 2/2] Update phpstan config --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index c8ba760d9..5cc3aefc0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,6 +5,3 @@ parameters: - config/bootstrap.php paths: - src/ - ignoreErrors: - - - identifier: missingType.generics