Skip to content

Commit

Permalink
Merge pull request #59 from nguyenanhung/develop
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 16f9982 + e860c61 commit b5d994c
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 @@ -27,7 +27,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"nguyenanhung/html-helper": "^2.0 || ^1.0",
"nguyenanhung/html-helper": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/mobile-helper": "^2.0 || ^1.0",
"nguyenanhung/image-helper": "^2.0 || ^1.0",
"nguyenanhung/basic-miscellaneous-helper": "^2.0 || ^1.0"
Expand Down
4 changes: 2 additions & 2 deletions src/BaseHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
class BaseHelper
{
const VERSION = '1.6.8';
const LAST_MODIFIED = '2024-09-22';
const VERSION = '1.6.9';
const LAST_MODIFIED = '2025-01-19';
const PROJECT_NAME = 'CodeIgniter - Basic Helper';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_FULL_NAME = 'Hung Nguyen';
Expand Down

0 comments on commit b5d994c

Please sign in to comment.