Updated recipe of php-http/discovery

This commit is contained in:
Jan Böhmer 2023-05-27 20:52:04 +02:00
parent 1a3f0675bf
commit 92ddebc289
2 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,10 @@
services:
Psr\Http\Message\RequestFactoryInterface: '@http_discovery.psr17_factory'
Psr\Http\Message\ResponseFactoryInterface: '@http_discovery.psr17_factory'
Psr\Http\Message\ServerRequestFactoryInterface: '@http_discovery.psr17_factory'
Psr\Http\Message\StreamFactoryInterface: '@http_discovery.psr17_factory'
Psr\Http\Message\UploadedFileFactoryInterface: '@http_discovery.psr17_factory'
Psr\Http\Message\UriFactoryInterface: '@http_discovery.psr17_factory'
http_discovery.psr17_factory:
class: Http\Discovery\Psr17Factory

View file

@ -262,7 +262,16 @@
"version": "v0.3.3"
},
"php-http/discovery": {
"version": "1.7.0"
"version": "1.18",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.18",
"ref": "f45b5dd173a27873ab19f5e3180b2f661c21de02"
},
"files": [
"./config/packages/http_discovery.yaml"
]
},
"php-http/httplug": {
"version": "v2.0.0"