-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from nguyenanhung/v4.x
V4.x
- Loading branch information
Showing
12 changed files
with
2,796 additions
and
2,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
{ | ||
"name": "nguyenanhung/database", | ||
"type": "library", | ||
"description": "Database Wrapper - Base Model", | ||
"keywords": [ | ||
"database", | ||
"sql", | ||
"mysql", | ||
"mysqli", | ||
"pdo", | ||
"active record", | ||
"query buillder" | ||
], | ||
"homepage": "https://github.com/nguyenanhung/database", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Nguyen An Hung", | ||
"email": "[email protected]", | ||
"homepage": "https://nguyenanhung.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0 || ^7.0", | ||
"ext-json": "*", | ||
"ext-pdo": "*", | ||
"ext-mysqli": "*", | ||
"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", | ||
"illuminate/database": "^11.0 || ^10.0 || ^9.0 || ^8.61" | ||
}, | ||
"require-dev": { | ||
"kint-php/kint": ">=3.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"nguyenanhung\\MyDatabase\\": "src/" | ||
} | ||
}, | ||
"suggest": { | ||
"ext-json": "Needed to support JSON", | ||
"ext-pdo": "Needed to support PDO", | ||
"ext-mysqli": "Needed to support MySQLi", | ||
"sentry/sdk": "Need support for Logging with Sentry" | ||
} | ||
"name": "nguyenanhung/database", | ||
"type": "library", | ||
"description": "Database Wrapper - Base Model", | ||
"keywords": [ | ||
"database", | ||
"sql", | ||
"mysql", | ||
"mysqli", | ||
"pdo", | ||
"active record", | ||
"query buillder" | ||
], | ||
"homepage": "https://github.com/nguyenanhung/database", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Nguyen An Hung", | ||
"email": "[email protected]", | ||
"homepage": "https://nguyenanhung.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.0 || ^7.0", | ||
"ext-json": "*", | ||
"ext-pdo": "*", | ||
"ext-mysqli": "*", | ||
"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", | ||
"illuminate/database": "^11.0 || ^10.0 || ^9.0 || ^8.61" | ||
}, | ||
"require-dev": { | ||
"kint-php/kint": ">=3.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"nguyenanhung\\MyDatabase\\": "src/" | ||
} | ||
}, | ||
"suggest": { | ||
"ext-json": "Needed to support JSON", | ||
"ext-pdo": "Needed to support PDO", | ||
"ext-mysqli": "Needed to support MySQLi", | ||
"sentry/sdk": "Need support for Logging with Sentry" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.