diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-11 09:15:26 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-11 09:15:26 +0100 |
commit | eb2effebda2b15fb9acc3ca332b1d22917622bc7 (patch) | |
tree | 88d2b93272b9145a6cfbcf67a21f43a9ada85aac | |
parent | c778e2b9085e1cad5228e7111f9a8f05b401dd38 (diff) | |
download | Dns-eb2effebda2b15fb9acc3ca332b1d22917622bc7.zip Dns-eb2effebda2b15fb9acc3ca332b1d22917622bc7.tar.gz Dns-eb2effebda2b15fb9acc3ca332b1d22917622bc7.tar.bz2 |
Quality: Drop PHP5.4.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | composer.json | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -16,7 +16,7 @@ dependencies, you need to require ```json { "require": { - "hoa/dns": "~2.0" + "hoa/dns": "~3.0" } } ``` diff --git a/composer.json b/composer.json index f6eec5e..496d197 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ "source": "http://git.hoa-project.net/" }, "require": { - "hoa/consistency": "~0.0", - "hoa/event" : "~0.0", - "hoa/exception" : "~0.0" + "hoa/consistency": "~1.0", + "hoa/event" : "~1.0", + "hoa/exception" : "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "autoload": { "psr-4": { @@ -38,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } } } |