File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
+ - Allow installation with PSR-7 ` psr/http-message ` 2.x
7
8
- Deprecated ` Http\Client\HttpClient ` in favor of ` Psr\Http\Client\ClientInterface ` (#425 ).
8
9
- Added alias to autowire ` Psr\Http\Client\ClientInterface ` service (#425 ).
9
10
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