Skip to content

Commit bb86ef1

Browse files
committed
composer
1 parent d9ea28f commit bb86ef1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "lincanbin/php-pdo-mysql-class",
3+
"keywords": [
4+
"pdo",
5+
"mysql",
6+
"database"
7+
],
8+
"description": "A PHP MySQL PDO class similar to the the Python MySQLdb, which supports parameter binding when using 'WHERE IN' statement.",
9+
"license": "Apache",
10+
"authors": [
11+
{
12+
"name": "lincanbin",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.3.6"
18+
}
19+
}

0 commit comments

Comments
 (0)