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
1
# Changelog
2
2
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
+
3
11
## 1.4.0 (2022-01-11)
4
12
5
13
* 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/).
438
438
This will install the latest supported version:
439
439
440
440
``` bash
441
- $ composer require clue/reactphp-sqlite:^1.4
441
+ $ composer require clue/reactphp-sqlite:^1.5
442
442
```
443
443
444
444
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments