diff --git a/README.md b/README.md index 1050d15..e1013c4 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Database Wrapper - Base Model - [x] PDO Support from package `nguyenanhung/pdo` version `^3.0` - [x] MySQLi Support from package `nguyenanhung/mysqli` version `^3.0` -- [x] illuminate/events `^11.0 || ^10.0 || ^9.0 || ^8.61` Support -- [x] illuminate/database `^11.0 || ^10.0 || ^9.0 || ^8.61` Support +- [x] illuminate/events `^12.0 || ^11.0 || ^10.0 || ^9.0 || ^8.61` Support +- [x] illuminate/database `^12.0 || ^11.0 || ^10.0 || ^9.0 || ^8.61` Support ## Version diff --git a/composer.json b/composer.json index b4708e3..2c3d269 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "nguyenanhung/my-debug": "^4.0 || ^3.0", "nguyenanhung/pdo": "^3.0", "nguyenanhung/database-helper": "^2.0", - "illuminate/events": "^11.0 || ^10.0 || ^9.0 || ^8.61", - "illuminate/database": "^11.0 || ^10.0 || ^9.0 || ^8.61" + "illuminate/events": "^12.0 || ^11.0 || ^10.0 || ^9.0 || ^8.61", + "illuminate/database": "^12.0 || ^11.0 || ^10.0 || ^9.0 || ^8.61" }, "require-dev": { "kint-php/kint": ">=3.0" diff --git a/src/Environment.php b/src/Environment.php index 825d208..f245e55 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -19,8 +19,8 @@ interface Environment { public const PROJECT_NAME = 'My Database Packages by HungNG'; - public const VERSION = '4.1.0'; - public const LAST_MODIFIED = '2025-01-20'; + public const VERSION = '4.2.0'; + public const LAST_MODIFIED = '2025-08-03'; public const AUTHOR_NAME = 'Hung Nguyen'; public const AUTHOR_EMAIL = 'dev@nguyenanhung.com'; public const AUTHOR_URL = 'https://nguyenanhung.com';