From e8995cc3bb3ed66651a9a8bc6f1921ff45f45853 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 18 Aug 2026 10:49:30 +0000 Subject: [PATCH] Create Flex endpoint --- gijsrommers.smstools-notifier.0.2.json | 36 ++++++++++++++++++++++++++ index.json | 27 +++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 gijsrommers.smstools-notifier.0.2.json create mode 100644 index.json diff --git a/gijsrommers.smstools-notifier.0.2.json b/gijsrommers.smstools-notifier.0.2.json new file mode 100644 index 00000000..d9f99458 --- /dev/null +++ b/gijsrommers.smstools-notifier.0.2.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "gijsrommers/smstools-notifier": { + "manifest": { + "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" + } + }, + "files": { + "config/packages/smstools_notifier.yaml": { + "contents": [ + "framework:", + " notifier:", + " texter_transports:", + " smstools: '%env(SMS_TOOLS_DSN)%'", + "" + ], + "executable": false + } + }, + "ref": "9c2926c0715a90b4f02ad7bf1d23248d34b82a33" + } + } +} diff --git a/index.json b/index.json new file mode 100644 index 00000000..5febcc78 --- /dev/null +++ b/index.json @@ -0,0 +1,27 @@ +{ + "aliases": [], + "recipes": { + "gijsrommers/smstools-notifier": [ + "0.2" + ] + }, + "recipe-conflicts": { + "gijsrommers/smstools-notifier": { + "0.2": { + "php": "<8.1", + "symfony/framework-bundle": "<6.4" + } + } + }, + "versions": [], + "branch": "main", + "is_contrib": true, + "_links": { + "repository": "github.com/symfony/recipes-contrib", + "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", + "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2028/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2028/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +}