mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Update Flex endpoint
This commit is contained in:
+2
-1
@@ -142,4 +142,5 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [twig/inky-extension](https://packagist.org/packages/twig/inky-extension) | [1.0](twig/inky-extension/1.0) | |
|
||||
| [twig/markdown-extension](https://packagist.org/packages/twig/markdown-extension) | [1.0](twig/markdown-extension/1.0) | |
|
||||
| [willdurand/js-translation-bundle](https://packagist.org/packages/willdurand/js-translation-bundle) | [2.0](willdurand/js-translation-bundle/2.0) | `js-translation`, `js-translator`, `jstranslation`, `jstranslator` |
|
||||
| [zenstruck/foundry](https://packagist.org/packages/zenstruck/foundry) | [1.10](zenstruck/foundry/1.10) | `foundry` |
|
||||
| [zenstruck/foundry](https://packagist.org/packages/zenstruck/foundry) | [1.10](zenstruck/foundry/1.10) | `foundry` |
|
||||
| [zenstruck/messenger-test](https://packagist.org/packages/zenstruck/messenger-test) | [1.7](zenstruck/messenger-test/1.7) | `messenger-test`, `messengertest` |
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"zenstruck/messenger-test": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Zenstruck\\Messenger\\Test\\ZenstruckMessengerTestBundle": [
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/messenger-test:",
|
||||
" 1. Override your transport(s) in your <info>test</info> environment with <info>test://</info>",
|
||||
" 2. Use the <info>InteractsWithMessenger</info> trait in your \"kernel\" tests",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/messenger-test#zenstruckmessenger-test</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "e0d2a904cd584d15bcbb4c4a011549840bc01daf"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -195,6 +195,8 @@
|
||||
"messagebirdnotifier": "symfony/message-bird-notifier",
|
||||
"messagemedianotifier": "symfony/message-media-notifier",
|
||||
"messenger": "symfony/messenger",
|
||||
"messenger-test": "zenstruck/messenger-test",
|
||||
"messengertest": "zenstruck/messenger-test",
|
||||
"microsoft-teams-notifier": "symfony/microsoft-teams-notifier",
|
||||
"microsoftteamsnotifier": "symfony/microsoft-teams-notifier",
|
||||
"migrations": "doctrine/doctrine-migrations-bundle",
|
||||
@@ -918,6 +920,9 @@
|
||||
"zenstruck/foundry": [
|
||||
"1.9",
|
||||
"1.10"
|
||||
],
|
||||
"zenstruck/messenger-test": [
|
||||
"1.7"
|
||||
]
|
||||
},
|
||||
"recipe-conflicts": {
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifests": {
|
||||
"zenstruck/messenger-test": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Zenstruck\\Messenger\\Test\\ZenstruckMessengerTestBundle": [
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/messenger-test:",
|
||||
" 1. Override your transport(s) in your <info>test</info> environment with <info>test://</info>",
|
||||
" 2. Use the <info>InteractsWithMessenger</info> trait in your \"kernel\" tests",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/messenger-test#zenstruckmessenger-test</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "e0d2a904cd584d15bcbb4c4a011549840bc01daf"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user