Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-20 08:26:08 +00:00
parent 0861c08be2
commit 4af9ca0a73
4 changed files with 57 additions and 0 deletions
+1
View File
@@ -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"
}
}
}
+4
View File
@@ -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"
+26
View File
@@ -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"
}
}
}