Skip to content

Commit

Permalink
Merge pull request #52 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
Refactor for PHP 8.0
  • Loading branch information
nguyenanhung authored Jan 19, 2025
2 parents 2fbe85f + 6c93a65 commit b5405c6
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 @@ -29,7 +29,7 @@
"nguyenanhung/filtered-helper": "^2.0 || ^1.0",
"nguyenanhung/favicon-helper": "^2.0 || ^1.0",
"nguyenanhung/hashids-helper": "^2.0 || ^1.0",
"nguyenanhung/html-helper": "^2.0 || ^1.0",
"nguyenanhung/html-helper": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/http-download-helper": "^2.0 || ^1.0",
"nguyenanhung/ip-helper": "^2.0 || ^1.0",
"nguyenanhung/is-empty-helper": "^2.0 || ^1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
interface ProjectInterface
{
const VERSION = '4.0.2';
const LAST_MODIFIED = '2024-09-22';
const VERSION = '4.0.3';
const LAST_MODIFIED = '2025-01-19';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = '[email protected]';
const AUTHOR_URL = 'https://nguyenanhung.com';
Expand Down

0 comments on commit b5405c6

Please sign in to comment.