Skip to content

Commit

Permalink
Update recipes 2024-10-20 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-php-recipes-bot authored Oct 20, 2024
1 parent ba9410c commit eb670f0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions symfony/sweego-notifier/7.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " sweego: '%env(SWEEGO_DSN)%'"
}
],
"env": {
"#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE"
}
}
12 changes: 12 additions & 0 deletions zenstruck/browser/1.9/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"aliases": ["browser"],
"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
}
]
}
5 changes: 5 additions & 0 deletions zenstruck/browser/1.9/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 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</>

0 comments on commit eb670f0

Please sign in to comment.