summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-25 07:05:48 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-25 07:05:48 +0100
commitb77707cddab2a9cf5f2a2d61bae7ae87e916c8ec (patch)
tree7b33b067c4bc49841d09220ddeb58c36b69f690f /composer.json
parent3706dc558874970156b97e436a3f70fb3771ca21 (diff)
php-clue-block-react: backport
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..f28bce8
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,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"
+ }
+}