Skip to content

Commit

Permalink
Merge pull request #59 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
Release version 4.0.7
  • Loading branch information
nguyenanhung authored Apr 30, 2024
2 parents bb9d86f + ba93522 commit 114af96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 114af96

Please sign in to comment.