summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-24 17:55:12 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-24 17:55:12 +0100
commit426188fc2dcde4a022014181afbb3ddfef0a9344 (patch)
tree9de8ba9b6aab3bcf41c7081ccbfe45ffa9d15b6f
parent2f7fb4787cc240ebc022480a3a01531130aafbdf (diff)
php-react-stream: backport
-rw-r--r--composer.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..238b40c
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,16 @@
+{
+ "name": "react/cache",
+ "description": "Async caching.",
+ "keywords": ["cache"],
+ "license": "MIT",
+ "require": {
+ "php": ">=5.3.0",
+ "react/promise": "~2.0|~1.1"
+ },
+ "autoload": {
+ "psr-4": { "React\\Cache\\": "src\\" }
+ },
+ "autoload-dev": {
+ "psr-4": { "React\\Tests\\Cache\\": "tests\\" }
+ }
+}