File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2018-12-19)
4+
5+ * First stable release, following SemVer
Original file line number Diff line number Diff line change @@ -457,12 +457,15 @@ $proxy = new SshProcessConnector(
457457The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
458458[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
459459
460+ This project follows [ SemVer] ( https://semver.org/ ) .
460461This will install the latest supported version:
461462
462463``` bash
463- $ composer require clue/reactphp-ssh-proxy:dev-master
464+ $ composer require clue/reactphp-ssh-proxy:^1.0
464465```
465466
467+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
468+
466469This project aims to run on any platform and thus does not require any PHP
467470extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
468471HHVM.
You can’t perform that action at this time.
0 commit comments