Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit bb04fe2

Browse files
committed
Quality: Drop PHP5.4.
1 parent a1b56a4 commit bb04fe2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"source": "http://git.hoa-project.net/"
2323
},
2424
"require": {
25-
"hoa/consistency": "~0.0",
26-
"hoa/event" : "~0.0",
27-
"hoa/exception" : "~0.0",
25+
"hoa/consistency": "~1.0",
26+
"hoa/event" : "~1.0",
27+
"hoa/exception" : "~1.0",
2828
"hoa/stream" : "~0.0",
29-
"hoa/iterator" : "~1.0"
29+
"hoa/iterator" : "~2.0"
3030
},
3131
"require-dev": {
32-
"hoa/test": "~1.0"
32+
"hoa/test": "~2.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)