summaryrefslogtreecommitdiffstats
path: root/composer-factory.json
blob: 04b3166a23f39646bd325fe005605effe3d8f755 (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
25
26
27
28
{
    "name": "http-interop/http-factory-tests",
    "description": "Unit tests for HTTP factories",
    "keywords": [
        "psr-7",
        "psr-17",
        "http",
        "factory",
        "test"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "PHP-FIG",
            "homepage": "http://www.php-fig.org/"
        }
    ],
    "require": {
        "php": "^7.1",
        "psr/http-factory": "^1.0",
        "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
    },
    "autoload": {
        "psr-4": {
            "Interop\\Http\\Factory\\": "test/"
        }
    }
}