Skip to content

Commit 0df8689

Browse files
committed
rename branch to semantic name
1 parent 56a1c37 commit 0df8689

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2.0.5 (unreleased)
4+
5+
* Fixed PHP 8 compatibility for stream timeouts
6+
* Renamed `master` branch to `2.x` for semantic branch naming.
7+
38
## 2.0.4
49

510
* Add Symfony 6 compatibility

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml",
4444
"gen-ssl": "tests/server/ssl/generate.sh"
4545
},
46-
"extra": {
47-
"branch-alias": {
48-
"dev-master": "2.0-dev"
49-
}
50-
},
5146
"prefer-stable": true,
5247
"minimum-stability": "dev"
5348
}

0 commit comments

Comments
 (0)