Skip to content

Commit 10710ae

Browse files
author
Yaroslav Spirin
committed
Update clue/stdio-react to plesk/stdio-react
1 parent f222213 commit 10710ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ This project follows [SemVer](https://semver.org/).
643643
This will install the latest supported version:
644644

645645
```bash
646-
composer require clue/stdio-react:^2.6
646+
composer require plesk/stdio-react:^2.6
647647
```
648648

649649
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "clue/stdio-react",
2+
"name": "plesk/stdio-react",
33
"description": "Async, event-driven console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP",
44
"keywords": ["stdio", "stdin", "stdout", "interactive", "CLI", "readline", "autocomplete", "autocompletion", "history", "ReactPHP", "async"],
55
"homepage": "https://github.com/clue/reactphp-stdio",
@@ -34,5 +34,8 @@
3434
"psr-4": {
3535
"Clue\\Tests\\React\\Stdio\\": "tests/"
3636
}
37+
},
38+
"replace": {
39+
"clue/stdio-react": "self.version"
3740
}
3841
}

0 commit comments

Comments
 (0)