Files
symfony-flex-recipes/nyholm.psr7.1.0.json
T
github-action botandgithub-action bot c8ac81cd2f Update Flex endpoint
2021-09-19 18:02:05 +00:00

34 lines
2.1 KiB
JSON

{
"locks": {
"nyholm/psr7": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "0cd4d2d0e7f646fda75f9944f747a56e6ed13d4c"
}
}
},
"manifests": {
"nyholm/psr7": {
"repository": "github.com/symfony/recipes",
"package": "nyholm/psr7",
"version": "1.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/nyholm_psr7.yaml": {
"contents": "services:\n # Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)\n Psr\\Http\\Message\\RequestFactoryInterface: '@nyholm.psr7.psr17_factory'\n Psr\\Http\\Message\\ResponseFactoryInterface: '@nyholm.psr7.psr17_factory'\n Psr\\Http\\Message\\ServerRequestFactoryInterface: '@nyholm.psr7.psr17_factory'\n Psr\\Http\\Message\\StreamFactoryInterface: '@nyholm.psr7.psr17_factory'\n Psr\\Http\\Message\\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'\n Psr\\Http\\Message\\UriFactoryInterface: '@nyholm.psr7.psr17_factory'\n\n # Register nyholm/psr7 services for autowiring with HTTPlug factories\n Http\\Message\\MessageFactory: '@nyholm.psr7.httplug_factory'\n Http\\Message\\RequestFactory: '@nyholm.psr7.httplug_factory'\n Http\\Message\\ResponseFactory: '@nyholm.psr7.httplug_factory'\n Http\\Message\\StreamFactory: '@nyholm.psr7.httplug_factory'\n Http\\Message\\UriFactory: '@nyholm.psr7.httplug_factory'\n\n nyholm.psr7.psr17_factory:\n class: Nyholm\\Psr7\\Factory\\Psr17Factory\n\n nyholm.psr7.httplug_factory:\n class: Nyholm\\Psr7\\Factory\\HttplugFactory\n",
"executable": false,
"encoding": ""
}
},
"origin": "nyholm/psr7:1.0@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}