diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 622c426..b0bc98b 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,10 @@ "source": "http://git.hoa-project.net/" }, "require": { - "hoa/core" : "~2.0", - "hoa/event" : "~0.0", - "hoa/exception": "~0.0" + "hoa/consistency": "~0.0", + "hoa/core" : "~2.0", + "hoa/event" : "~0.0", + "hoa/exception" : "~0.0" }, "require-dev": { "hoa/test": "~1.0" |