Skip to content

Commit 19e9ce6

Browse files
authored
Merge pull request #61 from php-http/prepare-release
prepare release
2 parents 5ce1e6e + 0695a32 commit 19e9ce6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- '*.x'
57
pull_request:
68

79
jobs:

CHANGELOG.md

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

3+
## 1.5.1 - 2023-04-30
4+
5+
### Added
6+
7+
- Allow `psr/http-message` version 2
8+
- Build with PHP 8.1 and 8.2
9+
310
## 1.5.0 - 2021-08-25
411

512
### Changed
@@ -22,7 +29,7 @@
2229
### Changed
2330

2431
- Drop support for PHP 5 and 7.0
25-
- Consitent implementation of union type checking
32+
- Consistent implementation of union type checking
2633

2734
### Fixed
2835

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
"config": {
3838
"sort-packages": true
3939
},
40-
"extra": {
41-
"branch-alias": {
42-
"dev-master": "1.x-dev"
43-
}
44-
},
4540
"autoload": {
4641
"psr-4": {
4742
"Http\\Mock\\": "src/"

0 commit comments

Comments
 (0)