Skip to content

Commit

Permalink
Release version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Apr 2, 2024
1 parent f0f6af5 commit bdaf327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0 || ^7.0",
"ext-json": "*",
"ext-pdo": "*",
"ext-mysqli": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]';
public const AUTHOR_URL = 'https://nguyenanhung.com';
Expand Down

0 comments on commit bdaf327

Please sign in to comment.