summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/composer.json
blob: 4b96140e75a98c1def6bb6226029c7921cb9fd50 (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
29
30
31
32
33
34
{
    "name": "aws/aws-crt-php",
    "homepage": "http://aws.amazon.com/sdkforphp",
    "description": "AWS Common Runtime for PHP",
    "keywords": ["aws","amazon","sdk","crt"],
    "type": "library",
    "authors": [
        {
            "name": "AWS SDK Common Runtime Team",
            "email": "[email protected]"
        }
    ],
    "config": {
        "platform": {"php": "5.6"}
    },
    "minimum-stability": "alpha",
    "require": {
        "php": ">=5.5"
    },
    "require-dev": {
        "phpunit/phpunit":"^4.8.35|^5.4.3"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "scripts": {
        "test": "./run_tests",
        "test-extension": "@test",
        "test-win": "run_tests"
    },
    "license": "Apache-2.0"
}