Skip to content

Commit

Permalink
Refactor for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Jan 19, 2025
1 parent 16f9982 commit e860c61
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 e860c61

Please # to comment.