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 f6681f2 commit ac97877Copy full SHA for ac97877
CHANGELOG.md
@@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
-- Detect supported PHP versions in range during CI instead of hardcoding them
+### Changed
12
+
13
+- Use PHP 8.1 fibers as async mechanism.
14
+- Detect supported PHP versions in range during CI instead of hardcoding them.
15
16
### Changed
17
composer.json
@@ -41,10 +41,5 @@
41
"scripts": {
42
"test": "vendor/bin/phpunit",
43
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"
44
- },
45
- "extra": {
46
- "branch-alias": {
47
- "dev-master": "3.x-dev"
48
- }
49
}
50
0 commit comments