summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-26 15:04:44 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-26 15:04:44 +0100
commitb5d26de7b5678734b6fea09c0f9026e64101938b (patch)
tree96c45fa06392f5e6d8c0708485064c684eb2ae07 /composer.json
parent1672260c6cb7d368e97140731e85a43360d53a3f (diff)
php-react-http-client: backport
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..4939a69
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "react/http-client",
+ "description": "Asynchronous HTTP client library.",
+ "keywords": ["http"],
+ "license": "MIT",
+ "require": {
+ "php": ">=5.4.0",
+ "guzzlehttp/psr7": "^1.0",
+ "react/socket-client": "^0.5 || ^0.4 || ^0.3",
+ "react/dns": "0.4.*",
+ "react/event-loop": "0.4.*",
+ "react/stream": "0.4.*",
+ "react/promise": "~2.2",
+ "evenement/evenement": "~2.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "React\\HttpClient\\": "src"
+ }
+ }
+}