From 4fe0527668a7516f30fbdbcdae89d414f13d1bcc Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 24 May 2026 21:42:27 +0700 Subject: [PATCH] Bump PHP requirement from 8.1 to 8.2 since github workflow is using php 8.2, I think the composer requirement should use php 8.2 as well. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2f53bd..609d739 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://cakephp.org", "license": "MIT", "require": { - "php": "^8.1", + "php": "^8.2", "cakephp/console": "^5.0", "nette/utils": "^4.0", "rector/rector": "~2.4.0",