mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -188,5 +188,5 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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/browser](https://packagist.org/packages/zenstruck/browser) | [1.9](zenstruck/browser/1.9) | `browser` |
|
||||
| [zenstruck/foundry](https://packagist.org/packages/zenstruck/foundry) | [1.10](zenstruck/foundry/1.10) | `foundry` |
|
||||
| [zenstruck/foundry](https://packagist.org/packages/zenstruck/foundry) | [2.0](zenstruck/foundry/2.0) | `foundry` |
|
||||
| [zenstruck/messenger-test](https://packagist.org/packages/zenstruck/messenger-test) | [1.7](zenstruck/messenger-test/1.7) | `messenger-test`, `messengertest` |
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"manifests": {
|
||||
"zenstruck/foundry": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"bundles": {
|
||||
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/foundry. Create your first factory with",
|
||||
" <info>bin/console make:factory</>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/zenstruck_foundry.yaml": {
|
||||
"contents": [
|
||||
"when@dev: &dev",
|
||||
" # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration",
|
||||
" zenstruck_foundry:",
|
||||
"",
|
||||
"when@test: *dev",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "56bc588a1b6d5d218319f70c64c2f0fbebe30ec7"
|
||||
}
|
||||
}
|
||||
}
|
||||
+5
-1
@@ -1177,7 +1177,8 @@
|
||||
],
|
||||
"zenstruck/foundry": [
|
||||
"1.9",
|
||||
"1.10"
|
||||
"1.10",
|
||||
"2.0"
|
||||
],
|
||||
"zenstruck/messenger-test": [
|
||||
"1.7"
|
||||
@@ -1401,6 +1402,9 @@
|
||||
"zenstruck/foundry": {
|
||||
"1.10": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
},
|
||||
"2.0": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"manifests": {
|
||||
"zenstruck/foundry": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"bundles": {
|
||||
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/foundry. Create your first factory with",
|
||||
" <info>bin/console make:factory</>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/zenstruck_foundry.yaml": {
|
||||
"contents": [
|
||||
"when@dev: &dev",
|
||||
" # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration",
|
||||
" zenstruck_foundry:",
|
||||
"",
|
||||
"when@test: *dev",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "56bc588a1b6d5d218319f70c64c2f0fbebe30ec7"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user