From f55d4be0e87b3ea2cf7d335132db28ef9f6ef632 Mon Sep 17 00:00:00 2001 From: "@mpyw" Date: Tue, 30 Dec 2025 16:30:57 +0900 Subject: [PATCH] Fix PHP version requirement to match CI matrix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e8a4027..be18acc 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } }, "require": { - "php": "^8.0", + "php": "^8.2", "illuminate/auth": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0"