Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-12-04 10:55:40 +00:00
parent 36f7df28f2
commit 4734edbc04
4 changed files with 87 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/fake-chat-notifier](https://packagist.org/packages/symfony/fake-chat-notifier) | [5.3](symfony/fake-chat-notifier/5.3) | `fake-chat-notifier`, `fakechatnotifier` |
| [symfony/fake-sms-notifier](https://packagist.org/packages/symfony/fake-sms-notifier) | [5.3](symfony/fake-sms-notifier/5.3) | `fake-sms-notifier`, `fakesmsnotifier` |
| [symfony/firebase-notifier](https://packagist.org/packages/symfony/firebase-notifier) | [5.1](symfony/firebase-notifier/5.1) | `firebase-notifier`, `firebasenotifier` |
| [symfony/flex](https://packagist.org/packages/symfony/flex) | [1.0](symfony/flex/1.0) | `flex` |
| [symfony/flex](https://packagist.org/packages/symfony/flex) | [2.4](symfony/flex/2.4) | `flex` |
| [symfony/form](https://packagist.org/packages/symfony/form) | [7.2](symfony/form/7.2) | `form` |
| [symfony/forty-six-elks-notifier](https://packagist.org/packages/symfony/forty-six-elks-notifier) | [6.1](symfony/forty-six-elks-notifier/6.1) | `forty-six-elks-notifier`, `fortysixelksnotifier` |
| [symfony/framework-bundle](https://packagist.org/packages/symfony/framework-bundle) | [7.2](symfony/framework-bundle/7.2) | `framework-bundle`, `frameworkbundle` |
@@ -0,0 +1,42 @@
{
"manifests": {
"symfony/flex": {
"manifest": {
"copy-from-recipe": {
".env": ".env",
".env.dev": ".env.dev"
}
},
"files": {
".env": {
"contents": [
"# In all environments, the following files are loaded if they exist,",
"# the latter taking precedence over the former:",
"#",
"# * .env contains default values for the environment variables needed by the app",
"# * .env.local uncommitted file with local overrides",
"# * .env.$APP_ENV committed environment-specific defaults",
"# * .env.$APP_ENV.local uncommitted environment-specific overrides",
"#",
"# Real environment variables win over .env files.",
"#",
"# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.",
"# https://symfony.com/doc/current/configuration/secrets.html",
"#",
"# Run \"composer dump-env prod\" to compile .env files for production use (requires symfony/flex >=1.2).",
"# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration",
""
],
"executable": false
},
".env.dev": {
"contents": [
""
],
"executable": false
}
},
"ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
}
}
}
+2 -1
View File
@@ -700,7 +700,8 @@
"5.1"
],
"symfony/flex": [
"1.0"
"1.0",
"2.4"
],
"symfony/form": [
"7.2"
+42
View File
@@ -0,0 +1,42 @@
{
"manifests": {
"symfony/flex": {
"manifest": {
"copy-from-recipe": {
".env": ".env",
".env.dev": ".env.dev"
}
},
"files": {
".env": {
"contents": [
"# In all environments, the following files are loaded if they exist,",
"# the latter taking precedence over the former:",
"#",
"# * .env contains default values for the environment variables needed by the app",
"# * .env.local uncommitted file with local overrides",
"# * .env.$APP_ENV committed environment-specific defaults",
"# * .env.$APP_ENV.local uncommitted environment-specific overrides",
"#",
"# Real environment variables win over .env files.",
"#",
"# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.",
"# https://symfony.com/doc/current/configuration/secrets.html",
"#",
"# Run \"composer dump-env prod\" to compile .env files for production use (requires symfony/flex >=1.2).",
"# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration",
""
],
"executable": false
},
".env.dev": {
"contents": [
""
],
"executable": false
}
},
"ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
}
}
}