summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: f28bce85d111a8155f75202c3a92f83abba51842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "clue/block-react",
    "description": "Integrate async React PHP components into your blocking environment",
    "keywords": ["Event Loop", "blocking", "synchronous", "Promise", "ReactPHP", "async"],
    "homepage": "https://github.com/clue/php-block-react",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Lück",
            "email": "christian@lueck.tv"
        }
    ],
    "autoload": {
        "files": [ "src/functions.php" ]
    },
    "require": {
    	"php": ">=5.3",
        "react/event-loop": "0.4.*|0.3.*",
        "react/promise": "~2.1|~1.2",
        "react/promise-timer": "~1.0"
    }
}