From 1d584db5ed4028a518ca1b364b42fe6235bfa1f5 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Mon, 21 Oct 2024 20:41:46 +0800 Subject: [PATCH] Change minimum PHP version to v5.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 018d6ac..6ccdb93 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { - "php": ">=5.4.0", + "php": ">=5.3.0", "rougin/blueprint": "~0.7", "rougin/classidy": "~0.1", "rougin/describe": "~1.8",