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