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 11# Changelog
22
3+ ## 1.5.0 (2022-02-15)
4+
5+ * Feature: Improve PHAR support, support spawning worker process from PHARs without file extension.
6+ (#61 by @clue )
7+
8+ * Improve test suite and update clue/phar-composer to avoid skipped tests on Windows.
9+ (#60 by @clue )
10+
311## 1.4.0 (2022-01-11)
412
513* Feature: Support running from PHAR.
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ This project follows [SemVer](https://semver.org/).
438438This will install the latest supported version:
439439
440440``` bash
441- $ composer require clue/reactphp-sqlite:^1.4
441+ $ composer require clue/reactphp-sqlite:^1.5
442442```
443443
444444See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments