summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 937d7f96a85729e5f2595ee96e8a0641e9864f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "codeception/verify",
    "description": "BDD assertion library for PHPUnit",
    "license": "MIT",
    "authors": [
        {
            "name": "Michael Bodnarchuk",
            "email": "davert.php@mailican.com"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "~4.0"
    },
    "autoload": {
        "files": ["src/Codeception/function.php"]
    }
}