Skip to content

Commit

Permalink
Merge pull request #68 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
Release version 4.0.1
  • Loading branch information
nguyenanhung authored Apr 2, 2024
2 parents 98a5bbc + 58e8320 commit 14ce0e4
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 @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0 || ^7.0",
"ext-curl": "*",
"ext-json": "*",
"ext-iconv": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
interface ProjectInterface
{
const VERSION = '4.0.0';
const VERSION = '4.0.1';
const LAST_MODIFIED = '2024-04-02';
const MIN_PHP_VERSION = '8.0';
const GET = 'GET';
Expand Down

0 comments on commit 14ce0e4

Please sign in to comment.