summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/socket/composer.json
blob: cc1978071fb6aead50ac7b043503d6cb90ccd182 (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/socket",
    "description": "Helpful ReactPHP socket utility classes",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "gipfl\\Socket\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Thomas Gelf",
            "email": "thomas@gelf.net"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": ">=5.6.0",
        "ext-posix": "*",
        "ext-sockets": "*",
        "evenement/evenement": ">=2.0",
        "gipfl/json": ">=0.1",
        "react/event-loop": ">=1.0",
        "react/socket": ">=1.0"
    }
}