-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
117 additions
and
86 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 |
---|---|---|
|
@@ -6,19 +6,19 @@ | |
"homepage": "http://medoo.in", | ||
"license": "MIT", | ||
"authors": [ | ||
{"name": "Angel Lai", "email": "angel[email protected]"} | ||
{"name": "Angel Lai", "email": "angel@catfan.me"} | ||
], | ||
"require": { | ||
"php": ">=5.1", | ||
"ext-pdo": "*" | ||
}, | ||
"suggest": { | ||
"ext-pdo-mysql": "For MySQL or MariaDB databases", | ||
"ext-pdo_mysql": "For MySQL or MariaDB databases", | ||
"ext-pdo_sqlsrv": "For MSSQL databases on Windows platform", | ||
"ext-pdo_dblib": "For MSSQL or Sybase databases on Liunx/UNIX platform", | ||
"ext-pdo_dblib": "For MSSQL or Sybase databases on Linux/UNIX platform", | ||
"ext-pdo_oci": "For Oracle databases", | ||
"ext-pdo-pqsql": "For PostgreSQL databases", | ||
"ext-pdo-sqlite": "For SQLite databases" | ||
"ext-pdo_pqsql": "For PostgreSQL databases", | ||
"ext-pdo_sqlite": "For SQLite databases" | ||
}, | ||
"autoload": { | ||
"files": ["medoo.php"] | ||
|
Oops, something went wrong.