diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-11-25 14:17:03 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-11-25 14:17:03 +0100 |
commit | e4352534f461d35fc5410f94a863a8650ca0bdcb (patch) | |
tree | 61875290237a805af84e286879d59d50c03fbd8e | |
parent | 36a619b76e8675b61b251a9323cc5179c7f9c52d (diff) | |
download | Dns-e4352534f461d35fc5410f94a863a8650ca0bdcb.zip Dns-e4352534f461d35fc5410f94a863a8650ca0bdcb.tar.gz Dns-e4352534f461d35fc5410f94a863a8650ca0bdcb.tar.bz2 |
Format.2.14.11.26
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 75c52d7..2fc8aaf 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,9 @@ "require": { "hoa/core": "~2.0" }, + "require-dev": { + "hoa/test": "~1.0" + }, "target-dir": "Hoa/Dns", "autoload" : { "psr-0": { "Hoa\\Dns": "." } }, "suggest" : { @@ -32,8 +35,5 @@ "branch-alias": { "dev-master": "2.x-dev" } - }, - "require-dev": { - "hoa/test": "~1.0" } } |