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

Commit 0fc5dc0

Browse files
committed
Quality: Drop PHP5.4.
1 parent 093476d commit 0fc5dc0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
"source": "http://git.hoa-project.net/"
2222
},
2323
"require": {
24-
"hoa/consistency": "~0.0",
25-
"hoa/exception" : "~0.0",
24+
"hoa/consistency": "~1.0",
25+
"hoa/exception" : "~1.0",
2626
"hoa/math" : "~0.0",
27-
"hoa/ustring" : "~3.0",
28-
"hoa/visitor" : "~1.0"
27+
"hoa/protocol" : "~1.0",
28+
"hoa/ustring" : "~4.0",
29+
"hoa/visitor" : "~2.0"
2930
},
3031
"autoload": {
3132
"psr-4": {

0 commit comments

Comments
 (0)