mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -187,5 +187,6 @@ 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/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/messenger-test](https://packagist.org/packages/zenstruck/messenger-test) | [1.7](zenstruck/messenger-test/1.7) | `messenger-test`, `messengertest` |
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifests": {
|
||||
"zenstruck/browser": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
"content": " <server name=\"BROWSER_ALWAYS_START_WEBSERVER\" value=\"1\"/>",
|
||||
"position": "after_target",
|
||||
"target": "<server name=\"SHELL_VERBOSITY\" value=\"-1\" />",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
],
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/browser:",
|
||||
" 1. Add the <info>HasBrowser</info> trait to \"kernel\" test cases",
|
||||
" 2. Start using <info>$this->browser()->...</info> in your tests",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/browser#zenstruckbrowser</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "66c5290398734ff02cedddf44dce6eb2002d958c"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -46,6 +46,7 @@
|
||||
"brevo-notifier": "symfony/brevo-notifier",
|
||||
"brevomailer": "symfony/brevo-mailer",
|
||||
"brevonotifier": "symfony/brevo-notifier",
|
||||
"browser": "zenstruck/browser",
|
||||
"browser-kit": "symfony/browser-kit",
|
||||
"browserkit": "symfony/browser-kit",
|
||||
"cache": "symfony/cache",
|
||||
@@ -1171,6 +1172,9 @@
|
||||
"willdurand/js-translation-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"zenstruck/browser": [
|
||||
"1.9"
|
||||
],
|
||||
"zenstruck/foundry": [
|
||||
"1.9",
|
||||
"1.10"
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifests": {
|
||||
"zenstruck/browser": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
"content": " <server name=\"BROWSER_ALWAYS_START_WEBSERVER\" value=\"1\"/>",
|
||||
"position": "after_target",
|
||||
"target": "<server name=\"SHELL_VERBOSITY\" value=\"-1\" />",
|
||||
"warn_if_missing": true
|
||||
}
|
||||
],
|
||||
"post-install-output": [
|
||||
" * You're ready to use zenstruck/browser:",
|
||||
" 1. Add the <info>HasBrowser</info> trait to \"kernel\" test cases",
|
||||
" 2. Start using <info>$this->browser()->...</info> in your tests",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/browser#zenstruckbrowser</>"
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "66c5290398734ff02cedddf44dce6eb2002d958c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user