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

Commit 5eda264

Browse files
committed
Update because of the BC break.
1 parent c0c7883 commit 5eda264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies, you need to require
1818
```json
1919
{
2020
"require": {
21-
"hoa/regex": "~0.0"
21+
"hoa/regex": "~1.0"
2222
}
2323
}
2424
```

composer.json

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

0 commit comments

Comments
 (0)