diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 16 |
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\\" } + } +} |