File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"copy-from-recipe" : {
3
3
"config/" : " %CONFIG_DIR%/"
4
+ },
5
+ "conflict" : {
6
+ "php-http/discovery" : " >=1.18"
4
7
}
5
8
}
Original file line number Diff line number Diff line change
1
+ services :
2
+ Psr\Http\Message\RequestFactoryInterface : ' @http_discovery.psr17_factory'
3
+ Psr\Http\Message\ResponseFactoryInterface : ' @http_discovery.psr17_factory'
4
+ Psr\Http\Message\ServerRequestFactoryInterface : ' @http_discovery.psr17_factory'
5
+ Psr\Http\Message\StreamFactoryInterface : ' @http_discovery.psr17_factory'
6
+ Psr\Http\Message\UploadedFileFactoryInterface : ' @http_discovery.psr17_factory'
7
+ Psr\Http\Message\UriFactoryInterface : ' @http_discovery.psr17_factory'
8
+
9
+ http_discovery.psr17_factory :
10
+ class : Http\Discovery\Psr17Factory
Original file line number Diff line number Diff line change
1
+ {
2
+ "copy-from-recipe" : {
3
+ "config/" : " %CONFIG_DIR%/"
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments