Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Loading