diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-11-15 22:22:01 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-11-15 22:22:01 +0100 |
commit | afe3060c02e3963a3d455d01065b7544d39fa348 (patch) | |
tree | 76a2b8750f14c7da5dc67f58f81227cd36adc7d0 | |
parent | 59a146d02a71f024555a9535f6ade23eb6b9294f (diff) | |
download | Praspel-afe3060c02e3963a3d455d01065b7544d39fa348.zip Praspel-afe3060c02e3963a3d455d01065b7544d39fa348.tar.gz Praspel-afe3060c02e3963a3d455d01065b7544d39fa348.tar.bz2 |
Hoa\Visitor has been finalized.0.14.11.25
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 065f82a..6e5075b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "hoa/iterator": "~1.0", "hoa/realdom" : "~0.0", "hoa/string" : "~2.0", - "hoa/visitor" : "~0.0" + "hoa/visitor" : "~1.0" }, "require-dev": { "hoa/math": "~0.0" |