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(
457
457
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
458
458
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
459
459
460
+ This project follows [ SemVer] ( https://semver.org/ ) .
460
461
This will install the latest supported version:
461
462
462
463
``` bash
463
- $ composer require clue/reactphp-ssh-proxy:dev-master
464
+ $ composer require clue/reactphp-ssh-proxy:^1.0
464
465
```
465
466
467
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
468
+
466
469
This project aims to run on any platform and thus does not require any PHP
467
470
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
468
471
HHVM.
You can’t perform that action at this time.
0 commit comments