mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/panther](https://packagist.org/packages/symfony/panther) | [1.0](symfony/panther/1.0) | `panther` |
|
||||
| [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge) | [5.3](symfony/phpunit-bridge/5.3) | `phpunit-bridge`, `phpunitbridge`, `simple-phpunit`, `simplephpunit` |
|
||||
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
|
||||
| [symfony/psr7-meta](https://packagist.org/packages/symfony/psr7-meta) | [1.0](symfony/psr7-meta/1.0) | `psr-7`, `psr-17`, `psr7`, `psr7-meta`, `psr7meta`, `psr17` |
|
||||
| [symfony/psr7-meta](https://packagist.org/packages/symfony/psr7-meta) | [1.0](symfony/psr7-meta/1.0) | `psr7-meta`, `psr7meta` |
|
||||
| [symfony/requirements-checker](https://packagist.org/packages/symfony/requirements-checker) | [2.0](symfony/requirements-checker/2.0) | `req-check`, `req-checker`, `req-checks`, `reqcheck`, `reqchecker`, `reqchecks`, `requirement-check`, `requirement-checker`, `requirementcheck`, `requirementchecker`, `requirements-checker`, `requirementschecker` |
|
||||
| [symfony/rocket-chat-notifier](https://packagist.org/packages/symfony/rocket-chat-notifier) | [5.1](symfony/rocket-chat-notifier/5.1) | `rocket-chat-notifier`, `rocketchatnotifier` |
|
||||
| [symfony/routing](https://packagist.org/packages/symfony/routing) | [6.1](symfony/routing/6.1) | `router`, `routing` |
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/psr7-meta": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/psr_http_message_bridge.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" Symfony\\Bridge\\PsrHttpMessage\\HttpFoundationFactoryInterface:",
|
||||
" '@Symfony\\Bridge\\PsrHttpMessage\\Factory\\HttpFoundationFactory'",
|
||||
"",
|
||||
" Symfony\\Bridge\\PsrHttpMessage\\HttpMessageFactoryInterface:",
|
||||
" '@Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'",
|
||||
"",
|
||||
" Symfony\\Bridge\\PsrHttpMessage\\Factory\\HttpFoundationFactory: null",
|
||||
" Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory: null",
|
||||
"",
|
||||
" # Uncomment to allow controllers to receive a PSR-7 server request object as argument",
|
||||
" #Symfony\\Bridge\\PsrHttpMessage\\ArgumentValueResolver\\PsrServerRequestResolver: null",
|
||||
"",
|
||||
" # Uncomment to allow controllers to return a PSR-7 response object",
|
||||
" #Symfony\\Bridge\\PsrHttpMessage\\EventListener\\PsrResponseListener: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "734db18dbef8eb9ec72807cb899adbd0ce02ffa8"
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
-4
@@ -222,12 +222,12 @@
|
||||
"propertyinfo": "symfony/property-info",
|
||||
"proxy-manager-bridge": "symfony/proxy-manager-bridge",
|
||||
"proxymanagerbridge": "symfony/proxy-manager-bridge",
|
||||
"psr-7": "symfony/psr7-meta",
|
||||
"psr-17": "symfony/psr7-meta",
|
||||
"psr7": "symfony/psr7-meta",
|
||||
"psr-7": "symfony/psr7-pack",
|
||||
"psr-17": "symfony/psr7-pack",
|
||||
"psr7": "symfony/psr7-pack",
|
||||
"psr7-meta": "symfony/psr7-meta",
|
||||
"psr7meta": "symfony/psr7-meta",
|
||||
"psr17": "symfony/psr7-meta",
|
||||
"psr17": "symfony/psr7-pack",
|
||||
"rate-limiter": "symfony/rate-limiter",
|
||||
"ratelimiter": "symfony/rate-limiter",
|
||||
"react-admin": "api-platform/admin-pack",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "3551b3c2c094aabf210553a9ad3580587d111f4d"
|
||||
"ref": "734db18dbef8eb9ec72807cb899adbd0ce02ffa8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user