mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated recipe of php-http/discovery
This commit is contained in:
parent
1a3f0675bf
commit
92ddebc289
2 changed files with 20 additions and 1 deletions
10
config/packages/http_discovery.yaml
Normal file
10
config/packages/http_discovery.yaml
Normal 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
|
11
symfony.lock
11
symfony.lock
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue