From bdaf327a7a523070f90b3ed9098611e327a26942 Mon Sep 17 00:00:00 2001 From: nguyenanhung Date: Tue, 2 Apr 2024 19:00:57 +0700 Subject: [PATCH] Release version 4.0.1 --- composer.json | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 49e8b40..82678c7 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.0 || ^7.0", "ext-json": "*", "ext-pdo": "*", "ext-mysqli": "*", diff --git a/src/Environment.php b/src/Environment.php index a8f0d85..77ee7b0 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -19,8 +19,8 @@ interface Environment { public const PROJECT_NAME = 'My Database Packages by HungNG'; - public const VERSION = '4.0.0'; - public const LAST_MODIFIED = '2024-03-31'; + public const VERSION = '4.0.1'; + public const LAST_MODIFIED = '2024-04-02'; public const AUTHOR_NAME = 'Hung Nguyen'; public const AUTHOR_EMAIL = 'dev@nguyenanhung.com'; public const AUTHOR_URL = 'https://nguyenanhung.com';