summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 4f8f8a3fbd65688b38137b26d203461e143d8196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "gecko-packages/gecko-php-unit",
    "type": "library",
    "homepage": "https://github.com/GeckoPackages",
    "description": "Additional PHPUnit tests.",
    "license": "MIT",
    "keywords": ["PHPUnit", "Extension", "FileSystem"],
    "require": {
        "php": "^5.3.6 || ^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "4.0"
    },
    "autoload": {
        "psr-4": {
            "GeckoPackages\\PHPUnit\\": "src\\PHPUnit"
        }
    }
}