diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 717b3be..d8bb120 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ ], "require": { "php": ">=5.4.0", - "guzzlehttp/ringphp": "^1.1" + "guzzlehttp/ringphp": "^1.1", + "react/promise": "^2.2" }, "require-dev": { "ext-curl": "*", @@ -29,5 +30,9 @@ "psr-4": { "GuzzleHttp\\Tests\\": "tests/" } + }, + "scripts": { + "test": "make test", + "test-ci": "make coverage" } } |