File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: tests
22
33on :
44 push :
5+ branches :
6+ - ' *.x'
57 pull_request :
68
79jobs :
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments