We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe1a5d commit eff9657Copy full SHA for eff9657
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
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
11
## 1.4.0 (2022-01-11)
12
13
* Feature: Support running from PHAR.
README.md
@@ -438,7 +438,7 @@ This project follows [SemVer](https://semver.org/).
438
This will install the latest supported version:
439
440
```bash
441
-$ composer require clue/reactphp-sqlite:^1.4
+$ composer require clue/reactphp-sqlite:^1.5
442
```
443
444
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments