diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index fb7da92..c2c24e6 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "mustangostang/spyc": "0.5.1" }, "require-dev": { - "codeception/codeception": "2.1", - "guzzlehttp/guzzle": "5.*" + "guzzlehttp/guzzle": "5.*", + "phpunit/phpunit": "^6.1" }, "scripts": { - "test": "./vendor/bin/codecept" + "test": "" }, "autoload": { "psr-0": { |