Skip to content

Commit b5d994c

Browse files
authored
Merge pull request #59 from nguyenanhung/develop
Refactor for PHP 8.0
2 parents 16f9982 + e860c61 commit b5d994c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-curl": "*",
2828
"ext-json": "*",
2929
"ext-mbstring": "*",
30-
"nguyenanhung/html-helper": "^2.0 || ^1.0",
30+
"nguyenanhung/html-helper": "^3.0 || ^2.0 || ^1.0",
3131
"nguyenanhung/mobile-helper": "^2.0 || ^1.0",
3232
"nguyenanhung/image-helper": "^2.0 || ^1.0",
3333
"nguyenanhung/basic-miscellaneous-helper": "^2.0 || ^1.0"

src/BaseHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
*/
2020
class BaseHelper
2121
{
22-
const VERSION = '1.6.8';
23-
const LAST_MODIFIED = '2024-09-22';
22+
const VERSION = '1.6.9';
23+
const LAST_MODIFIED = '2025-01-19';
2424
const PROJECT_NAME = 'CodeIgniter - Basic Helper';
2525
const AUTHOR_NAME = 'Hung Nguyen';
2626
const AUTHOR_FULL_NAME = 'Hung Nguyen';

0 commit comments

Comments
 (0)