From ba93522e101cee7a2b27178588ba99c5abbdc096 Mon Sep 17 00:00:00 2001 From: nguyenanhung Date: Wed, 1 May 2024 03:29:02 +0700 Subject: [PATCH] Release version 4.0.7 --- composer.json | 2 +- src/Project.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6428476..4c01ab1 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-mbstring": "*", "nguyenanhung/benchmark": "^2.0 || ^1.0", "nguyenanhung/filesystem-helper": "^2.0 || ^1.0", - "nguyenanhung/slug-helper": "^2.0 || ^1.0", + "nguyenanhung/slug-helper": "^3.0 || ^2.0 || ^1.0", "monolog/monolog": "^3.0" }, "require-dev": { diff --git a/src/Project.php b/src/Project.php index 9cec4e8..d7b66d1 100644 --- a/src/Project.php +++ b/src/Project.php @@ -18,7 +18,7 @@ */ interface Project { - const VERSION = '4.0.6'; + const VERSION = '4.0.7'; /** * Hàm lấy thông tin phiên bản Packages