summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 837a059464fcb316b07819552be1d6f9bb767b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "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-dev": {
        "squizlabs/php_codesniffer": "^2.3",
        "fabpot/php-cs-fixer": "^1.9",
        "phpunit/phpunit": "^5.1"
    },
    "autoload": {
        "files": ["lib/mysql.php"]
    }
}