We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce1e6e commit 0695a32Copy full SHA for 0695a32
.github/workflows/tests.yml
@@ -2,6 +2,8 @@ name: tests
2
3
on:
4
push:
5
+ branches:
6
+ - '*.x'
7
pull_request:
8
9
jobs:
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
+## 1.5.1 - 2023-04-30
+
+### Added
+- Allow `psr/http-message` version 2
+- Build with PHP 8.1 and 8.2
10
## 1.5.0 - 2021-08-25
11
12
### Changed
@@ -22,7 +29,7 @@
22
29
23
30
24
31
- Drop support for PHP 5 and 7.0
25
-- Consitent implementation of union type checking
32
+- Consistent implementation of union type checking
26
33
27
34
### Fixed
28
35
composer.json
@@ -37,11 +37,6 @@
37
"config": {
38
"sort-packages": true
39
},
40
- "extra": {
41
- "branch-alias": {
42
- "dev-master": "1.x-dev"
43
- }
44
- },
45
"autoload": {
46
"psr-4": {
47
"Http\\Mock\\": "src/"
0 commit comments