|
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 License Version 2.0", |
10 | | - "authors": [ |
11 | | - { |
12 | | - "name": "lincanbin", |
13 | | - "email": "lincanbin@hotmail.com" |
14 | | - } |
15 | | - ], |
16 | | - "require": { |
17 | | - "php": ">=5.3.6" |
18 | | - }, |
19 | | - "autoload": { |
20 | | - "files": [ |
21 | | - "src/PDO.Log.class.php", |
22 | | - "src/PDO.class.php" |
23 | | - ] |
24 | | - } |
25 | | -} |
| 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 License Version 2.0", |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "lincanbin", |
| 13 | + "email": "lincanbin@hotmail.com" |
| 14 | + } |
| 15 | + ], |
| 16 | + "require": { |
| 17 | + "php": ">=5.3.6", |
| 18 | + "ext-pdo": "*", |
| 19 | + "ext-pdo_mysql": "*" |
| 20 | + }, |
| 21 | + "autoload": { |
| 22 | + "files": [ |
| 23 | + "src/PDO.class.php" |
| 24 | + ] |
| 25 | + } |
| 26 | +} |
0 commit comments