Skip to content

Commit ff7da08

Browse files
Update composer.json
1 parent e9b5976 commit ff7da08

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "hoa/stream",
2+
"name" : "redeye/hoa-stream",
33
"description": "The Hoa\\Stream library.",
44
"type" : "library",
55
"keywords" : ["library", "stream", "bucket", "composite", "context",
@@ -23,15 +23,18 @@
2323
"docs" : "https://central.hoa-project.net/Documentation/Library/Stream",
2424
"source": "https://central.hoa-project.net/Resource/Library/Stream"
2525
},
26+
"replace": {
27+
"hoa/stream": "1.18.0"
28+
},
2629
"require": {
2730
"php" : ">=7.1",
28-
"hoa/consistency": "dev-master",
29-
"hoa/event" : "dev-master",
30-
"hoa/exception" : "dev-master",
31-
"hoa/protocol" : "dev-master"
31+
"hoa/consistency": "~1.0",
32+
"hoa/event" : "~1.0",
33+
"hoa/exception" : "~1.0",
34+
"hoa/protocol" : "~1.0"
3235
},
3336
"require-dev": {
34-
"hoa/test": "dev-master"
37+
"hoa/test": "~1.0"
3538
},
3639
"autoload": {
3740
"psr-4": {

0 commit comments

Comments
 (0)