diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | composer.json | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -17,7 +17,7 @@ dependencies, you need to require ```json { "require": { - "hoa/registry": "~2.0" + "hoa/registry": "~3.0" } } ``` diff --git a/composer.json b/composer.json index 8a454a5..85fd942 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ "source": "http://git.hoa-project.net/" }, "require": { - "hoa/consistency": "~0.0", - "hoa/exception" : "~0.0", - "hoa/protocol" : "~0.0" + "hoa/consistency": "~1.0", + "hoa/exception" : "~1.0", + "hoa/protocol" : "~1.0" }, "require-dev": { - "hoa/test": "~1.0" + "hoa/test": "~2.0" }, "autoload": { "psr-4": { @@ -35,7 +35,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "3.x-dev" } } } |