File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: tests
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - ' *.x'
5
7
pull_request :
6
8
7
9
jobs :
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
10
## 1.5.0 - 2021-08-25
4
11
5
12
### Changed
22
29
### Changed
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
Original file line number Diff line number Diff line change 37
37
"config" : {
38
38
"sort-packages" : true
39
39
},
40
- "extra" : {
41
- "branch-alias" : {
42
- "dev-master" : " 1.x-dev"
43
- }
44
- },
45
40
"autoload" : {
46
41
"psr-4" : {
47
42
"Http\\ Mock\\ " : " src/"
You can’t perform that action at this time.
0 commit comments