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 a37e4ea commit a949565Copy full SHA for a949565
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.4.0 (2022-01-11)
4
+
5
+* Feature: Support running from PHAR.
6
+ (#55 by @clue)
7
8
+* Feature: Simplify internal JSON-RPC protocol by avoiding unneeded escapes.
9
+ (#56 by @clue)
10
11
## 1.3.0 (2021-11-12)
12
13
* Feature: Support upcoming PHP 8.1 release.
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.3
+$ composer require clue/reactphp-sqlite:^1.4
442
```
443
444
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments