mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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/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.0](symfony/routing/6.0) | `router`, `routing` |
|
||||
| [symfony/routing](https://packagist.org/packages/symfony/routing) | [6.1](symfony/routing/6.1) | `router`, `routing` |
|
||||
| [symfony/security-bundle](https://packagist.org/packages/symfony/security-bundle) | [5.3](symfony/security-bundle/5.3) | `security`, `security-bundle`, `securitybundle` |
|
||||
| [symfony/sendberry-notifier](https://packagist.org/packages/symfony/sendberry-notifier) | [6.1](symfony/sendberry-notifier/6.1) | `sendberry-notifier`, `sendberrynotifier` |
|
||||
| [symfony/sendgrid-mailer](https://packagist.org/packages/symfony/sendgrid-mailer) | [4.4](symfony/sendgrid-mailer/4.4) | `sendgrid-mailer`, `sendgridmailer` |
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/routing": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/routing.yaml": {
|
||||
"contents": [
|
||||
"framework:",
|
||||
" router:",
|
||||
" utf8: true",
|
||||
"",
|
||||
" # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.",
|
||||
" # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands",
|
||||
" #default_uri: http://localhost",
|
||||
"",
|
||||
"when@prod:",
|
||||
" framework:",
|
||||
" router:",
|
||||
" strict_requirements: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes.yaml": {
|
||||
"contents": [
|
||||
"controllers:",
|
||||
" resource: ../src/Controller/",
|
||||
" type: attribute",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a44010c0d06989bd4f154aa07d2542d47caf5b83"
|
||||
}
|
||||
}
|
||||
}
|
||||
+5
-1
@@ -658,7 +658,8 @@
|
||||
"4.2",
|
||||
"5.1",
|
||||
"5.3",
|
||||
"6.0"
|
||||
"6.0",
|
||||
"6.1"
|
||||
],
|
||||
"symfony/security-bundle": [
|
||||
"3.3",
|
||||
@@ -835,6 +836,9 @@
|
||||
},
|
||||
"6.0": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
},
|
||||
"6.1": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
}
|
||||
},
|
||||
"symfony/security-bundle": {
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/routing": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/routing.yaml": {
|
||||
"contents": [
|
||||
"framework:",
|
||||
" router:",
|
||||
" utf8: true",
|
||||
"",
|
||||
" # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.",
|
||||
" # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands",
|
||||
" #default_uri: http://localhost",
|
||||
"",
|
||||
"when@prod:",
|
||||
" framework:",
|
||||
" router:",
|
||||
" strict_requirements: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes.yaml": {
|
||||
"contents": [
|
||||
"controllers:",
|
||||
" resource: ../src/Controller/",
|
||||
" type: attribute",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a44010c0d06989bd4f154aa07d2542d47caf5b83"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user