summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/curl/composer.json
blob: 845793d00c8e11879fa04847b58ee8a304770ce0 (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
{
    "name": "gipfl/curl",
    "description": "ReactPHP-friendly async CURL abstraction",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Gelf",
            "email": "thomas@gelf.net"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "gipfl\\Curl\\": "src"
        }
    },
    "require": {
        "php": ">=5.6.3",
        "ext-curl": "*",
        "guzzlehttp/psr7": ">=1.6",
        "psr/http-message": "^1.0",
        "react/event-loop": ">=1.0",
        "react/promise": ">=2",
        "react/stream": ">=1.0"
    }
}