Chris Boden
Chris Boden
Even though `-V` was removed from `Application` Symfony Console [hard codes](https://github.com/symfony/console/blob/master/Application.php#L161) `-V` to `--version`. This overrides the `--vhost` flag when using displayed the shorthand.
In my bootstrap folder I'm creating a document in _replicator to replicate from one database setup via bootstrap to another database setup via bootstrap. It seems because `_replicator` comes first...
Roadmap
## v0.5 Updates to the next release of Ratchet will be made against the [v0.5 branch](https://github.com/ratchetphp/Ratchet/tree/v0.5). This version will add some functionality, including a transition period, while keeping backwards compatibility....
### v0.4 progress * PHP 7.4 as new minimum requirement
With the Autobahn test suites now running on different ports for client/server we could investigate running them concurrently in GitHub Actions. This would reduce the number of jobs in half...
Update the code base with language return type declaration on all methods/functions against the [v0.4 branch](https://github.com/ratchetphp/RFC6455/tree/v0.4).
As per [ratchetphp/Ratchet#226](https://github.com/ratchetphp/Ratchet/issues/226#issuecomment-169783192)
My config looks like this: ```typescript { default: "minio", disks: { minio: { driver: "s3", config: { key: "root", secret: "password", endpoint: "http://127.0.0.1:9000", bucket: "mybucket", region: "us-east-1", }, }, },...
Replace SocketClient with HttpClient. HttpClient needs to support 101 header first.