mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Add gijsrommers/smstools-notifier 0.2 recipe (#2028)
* Add gijsrommers/smstools-notifier 0.2 recipe * Trigger recipe validation * Rerun recipe validation * Declare recipe platform requirements * Support Symfony 6.4 and PHP 8.1 * Validate v0.2.1 recipe --------- Co-authored-by: Gijs Rommers <gijs@ibeauty.be>
This commit is contained in:
co-authored by
Gijs Rommers
parent
8b25c5c62c
commit
6b59387336
@@ -0,0 +1,4 @@
|
||||
framework:
|
||||
notifier:
|
||||
texter_transports:
|
||||
smstools: '%env(SMS_TOOLS_DSN)%'
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"bundles": {
|
||||
"GijsRommers\\SmstoolsNotifier\\SmstoolsNotifierBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"SMS_TOOLS_DSN": "smstools://CLIENT_ID:CLIENT_SECRET@default?from=MyApp"
|
||||
},
|
||||
"conflict": {
|
||||
"php": "<8.1",
|
||||
"symfony/framework-bundle": "<6.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user