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

Commit 81b0def

Browse files
committed
Quality: Drop PHP5.4.
1 parent 00e22a1 commit 81b0def

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies, you need to require
2020
```json
2121
{
2222
"require": {
23-
"hoa/websocket": "~2.0"
23+
"hoa/websocket": "~3.0"
2424
}
2525
}
2626
```

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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/socket" : "~0.0",
2929
"hoa/http" : "~0.0"
3030
},
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "2.x-dev"
41+
"dev-master": "3.x-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)