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 98a5bbc commit 58e8320
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 58e8320

Please sign in to comment.