Skip to content

Commit

Permalink
Add version 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Mar 31, 2024
1 parent 960036f commit ed4bdeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
}
],
"require": {
"php": "^7.1 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"ext-pdo": "*",
"ext-mysqli": "*",
"nguyenanhung/my-debug": "^3.0",
"nguyenanhung/my-debug": "^4.0 || ^3.0",
"nguyenanhung/pdo": "^3.0",
"nguyenanhung/mysqli": "^3.0",
"nguyenanhung/database-helper": "^2.0",
"illuminate/events": "^11.0 || ^10.0 || ^9.0 || ^8.61 || ^7.30 || ^6.20",
"illuminate/database": "^11.0 || ^10.0 || ^9.0 || ^8.61 || ^7.30 || ^6.20"
"illuminate/events": "^11.0 || ^10.0 || ^9.0 || ^8.61 || ^7.30",
"illuminate/database": "^11.0 || ^10.0 || ^9.0 || ^8.61 || ^7.30"
},
"require-dev": {
"kint-php/kint": ">=3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
interface Environment
{
public const PROJECT_NAME = 'My Database Packages by HungNG';
public const VERSION = '3.1.6';
public const VERSION = '4.0.0';
public const LAST_MODIFIED = '2024-03-31';
public const AUTHOR_NAME = 'Hung Nguyen';
public const AUTHOR_EMAIL = '[email protected]';
Expand Down

0 comments on commit ed4bdeb

Please sign in to comment.