diff options
author | nashe <contact@nashe.fr> | 2015-08-07 20:51:32 +0200 |
---|---|---|
committer | nashe <contact@nashe.fr> | 2015-08-07 20:51:32 +0200 |
commit | 29edf040f32e71e5a7dea2dabe9b09732d4ed608 (patch) | |
tree | b240c005618eb72eb1d540f1accb2ef7becad5f2 | |
parent | 90daa95ed58b0940cea4da987a3746cf0bc111ac (diff) | |
download | planet-29edf040f32e71e5a7dea2dabe9b09732d4ed608.tar planet-29edf040f32e71e5a7dea2dabe9b09732d4ed608.tar.gz planet-29edf040f32e71e5a7dea2dabe9b09732d4ed608.tar.bz2 planet-29edf040f32e71e5a7dea2dabe9b09732d4ed608.tar.xz planet-29edf040f32e71e5a7dea2dabe9b09732d4ed608.zip |
Require Codeception
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index f36bb83..4fafb39 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,9 @@ "php": ">= 5.4", "mustangostang/spyc": "0.5.1" }, + "require-dev": { + "codeception/codeception": "*" + }, "scripts": { "test": "./vendor/bin/codecept" }, |