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:
Gijs Rommers
2026-08-19 16:51:19 +04:00
committed by GitHub
co-authored by Gijs Rommers
parent 8b25c5c62c
commit 6b59387336
2 changed files with 19 additions and 0 deletions
@@ -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"
}
}