File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "copy-from-recipe" : {
33 "config/" : " %CONFIG_DIR%/"
4+ },
5+ "conflict" : {
6+ "php-http/discovery" : " >=1.18"
47 }
58}
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