blob: 9e5f0a8410326c3cacad6e84004c6ef0b81ae3be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "dshafik/php7-mysql-shim",
"description": "A PHP 7 shim for ext/mysql",
"license": "MIT",
"authors": [
{
"name": "Davey Shafik",
"email": "me@daveyshafik.com",
"homepage": "https://daveyshafik.com"
}
],
"require": {
"php": ">=5.3.6",
"ext-mysqli": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.3",
"friendsofphp/php-cs-fixer": "^1.9|^2.0",
"phpunit/phpunit": "^4.8|^5.2"
},
"autoload": {
"files": ["lib/mysql.php"]
}
}
|