File tree 3 files changed +14
-7
lines changed
3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 34
34
- dependencies : " php-http/guzzle6-adapter"
35
35
php-version : " 7.4"
36
36
symfony-deprecations-helper : " weak"
37
- - dependencies : " php-http/guzzle6 -adapter"
37
+ - dependencies : " php-http/guzzle7 -adapter"
38
38
php-version : " 8.0"
39
39
symfony-deprecations-helper : " weak"
40
+ - dependencies : " php-http/guzzle7-adapter"
41
+ php-version : " 8.1"
42
+ symfony-deprecations-helper : " weak"
43
+ - dependencies : " php-http/guzzle7-adapter"
44
+ php-version : " 8.2"
45
+ symfony-deprecations-helper : " weak"
40
46
41
47
# Test with httplug 1.x clients
42
48
- dependencies : " php-http/buzz-adapter:^1.0 php-http/guzzle6-adapter:^1.1.1 php-http/react-adapter:^0.2.1"
@@ -49,11 +55,11 @@ jobs:
49
55
50
56
# Latest commit to master
51
57
- dependencies : " php-http/guzzle7-adapter php-http/vcr-plugin:^1.0@dev"
52
- php-version : " 8.1 "
58
+ php-version : " 8.2 "
53
59
stability : " dev"
54
60
symfony-deprecations-helper : " weak"
55
61
- dependencies : " php-http/guzzle7-adapter"
56
- php-version : " 8.1 "
62
+ php-version : " 8.2 "
57
63
stability : " dev"
58
64
symfony-deprecations-helper : " weak"
59
65
Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
- # unreleased
5
+ # 1.28.0 - 2023-05-12
6
6
7
+ - Added PHP 8.2 support
8
+ - Allow installation with PSR-7 ` psr/http-message ` 2.x
7
9
- Deprecated ` Http\Client\HttpClient ` in favor of ` Psr\Http\Client\ClientInterface ` (#425 ).
8
10
- Added alias to autowire ` Psr\Http\Client\ClientInterface ` service (#425 ).
9
11
Original file line number Diff line number Diff line change 34
34
"php-http/message" : " ^1.4" ,
35
35
"php-http/message-factory" : " ^1.0.2" ,
36
36
"php-http/stopwatch-plugin" : " ^1.2" ,
37
- "psr/http-message" : " ^1.0" ,
37
+ "psr/http-message" : " ^1.0 || ^2.0 " ,
38
38
"symfony/config" : " ^4.4 || ^5.0 || ^6.0" ,
39
39
"symfony/dependency-injection" : " ^4.4 || ^5.0 || ^6.0" ,
40
40
"symfony/event-dispatcher" : " ^4.4 || ^5.0 || ^6.0" ,
47
47
"php-http/socket-client" : " <2.0"
48
48
},
49
49
"require-dev" : {
50
- "guzzlehttp/psr7" : " ^1.7" ,
50
+ "guzzlehttp/psr7" : " ^1.7 || ^2.0 " ,
51
51
"matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
52
52
"nyholm/nsa" : " ^1.1" ,
53
53
"nyholm/psr7" : " ^1.2.1" ,
92
92
" tests/Resources/app/AppKernel.php"
93
93
]
94
94
},
95
- "minimum-stability" : " dev" ,
96
95
"prefer-stable" : false ,
97
96
"scripts" : {
98
97
"test" : " vendor/bin/simple-phpunit" ,
You can’t perform that action at this time.
0 commit comments