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

Commit a47a6a4

Browse files
committed
Update because of the BC break.
1 parent bb7a74e commit a47a6a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies, you need to require
2424
```json
2525
{
2626
"require": {
27-
"hoa/socket": "~0.0"
27+
"hoa/socket": "~1.0"
2828
}
2929
}
3030
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "0.x-dev"
39+
"dev-master": "1.x-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)