Skip to content

Commit ac97877

Browse files
committed
4.x branch
1 parent f6681f2 commit ac97877

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11-
- Detect supported PHP versions in range during CI instead of hardcoding them
11+
### Changed
12+
13+
- Use PHP 8.1 fibers as async mechanism.
14+
- Detect supported PHP versions in range during CI instead of hardcoding them.
1215

1316
### Changed
1417

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,5 @@
4141
"scripts": {
4242
"test": "vendor/bin/phpunit",
4343
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"
44-
},
45-
"extra": {
46-
"branch-alias": {
47-
"dev-master": "3.x-dev"
48-
}
4944
}
5045
}

0 commit comments

Comments
 (0)