Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-06 16:42:45 +00:00
parent 1e9e13853e
commit f846f54673
6 changed files with 107 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [nelmio/security-bundle](https://packagist.org/packages/nelmio/security-bundle) | [2.4](nelmio/security-bundle/2.4) | |
| [nyholm/psr7](https://packagist.org/packages/nyholm/psr7) | [1.0](nyholm/psr7/1.0) | |
| [php-cs-fixer/shim](https://packagist.org/packages/php-cs-fixer/shim) | [3.0](php-cs-fixer/shim/3.0) | `cs-fixer-shim`, `csfixershim`, `php-cs-fixer-shim`, `phpcsfixershim` |
| [php-http/discovery](https://packagist.org/packages/php-http/discovery) | [1.18](php-http/discovery/1.18) | |
| [phpunit/phpunit](https://packagist.org/packages/phpunit/phpunit) | [9.3](phpunit/phpunit/9.3) | |
| [scheb/2fa-bundle](https://packagist.org/packages/scheb/2fa-bundle) | [6.0](scheb/2fa-bundle/6.0) | `2fa` |
| [sensio/framework-extra-bundle](https://packagist.org/packages/sensio/framework-extra-bundle) | [5.2](sensio/framework-extra-bundle/5.2) | `annot`, `annotation`, `annotations`, `annots` |
@@ -0,0 +1,34 @@
{
"manifests": {
"nyholm/psr7": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"php-http/discovery": ">=1.18"
}
},
"files": {
"config/packages/nyholm_psr7.yaml": {
"contents": [
"services:",
" # Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)",
" Psr\\Http\\Message\\RequestFactoryInterface: '@nyholm.psr7.psr17_factory'",
" Psr\\Http\\Message\\ResponseFactoryInterface: '@nyholm.psr7.psr17_factory'",
" Psr\\Http\\Message\\ServerRequestFactoryInterface: '@nyholm.psr7.psr17_factory'",
" Psr\\Http\\Message\\StreamFactoryInterface: '@nyholm.psr7.psr17_factory'",
" Psr\\Http\\Message\\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'",
" Psr\\Http\\Message\\UriFactoryInterface: '@nyholm.psr7.psr17_factory'",
"",
" nyholm.psr7.psr17_factory:",
" class: Nyholm\\Psr7\\Factory\\Psr17Factory",
""
],
"executable": false
}
},
"ref": "4a8c0345442dcca1d8a2c65633dcf0285dd5a5a2"
}
}
}
@@ -0,0 +1,30 @@
{
"manifests": {
"php-http/discovery": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/http_discovery.yaml": {
"contents": [
"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",
""
],
"executable": false
}
},
"ref": "f45b5dd173a27873ab19f5e3180b2f661c21de02"
}
}
}
+8
View File
@@ -500,6 +500,9 @@
"php-cs-fixer/shim": [
"3.0"
],
"php-http/discovery": [
"1.18"
],
"phpunit/phpunit": [
"4.7",
"9.3"
@@ -958,6 +961,11 @@
"symfony/framework-bundle": "<5.3"
}
},
"nyholm/psr7": {
"1.0": {
"php-http/discovery": ">=1.18"
}
},
"symfony/debug-bundle": {
"5.3": {
"symfony/framework-bundle": "<5.3"
+4 -1
View File
@@ -4,6 +4,9 @@
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"php-http/discovery": ">=1.18"
}
},
"files": {
@@ -25,7 +28,7 @@
"executable": false
}
},
"ref": "a9f242fbadb1407681c019f38c67ab448b056341"
"ref": "4a8c0345442dcca1d8a2c65633dcf0285dd5a5a2"
}
}
}
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"php-http/discovery": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/http_discovery.yaml": {
"contents": [
"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",
""
],
"executable": false
}
},
"ref": "f45b5dd173a27873ab19f5e3180b2f661c21de02"
}
}
}