From 1081312195e17cd23e7a60720cbab1b1885576b2 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 11 Jun 2026 09:31:57 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 20 ++++++++++++++++++++ leoparden.plugin-license-manager.1.0.json | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 index.json create mode 100644 leoparden.plugin-license-manager.1.0.json diff --git a/index.json b/index.json new file mode 100644 index 00000000..66dfeb12 --- /dev/null +++ b/index.json @@ -0,0 +1,20 @@ +{ + "aliases": [], + "recipes": { + "leoparden/plugin-license-manager": [ + "1.0" + ] + }, + "recipe-conflicts": [], + "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-2002/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2002/archived/{package_dotted}/{ref}.json", + "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json" + } +} diff --git a/leoparden.plugin-license-manager.1.0.json b/leoparden.plugin-license-manager.1.0.json new file mode 100644 index 00000000..2fa673af --- /dev/null +++ b/leoparden.plugin-license-manager.1.0.json @@ -0,0 +1,19 @@ +{ + "manifests": { + "leoparden/plugin-license-manager": { + "manifest": { + "bundles": { + "Leoparden\\PluginLicenseManager\\PluginLicenseManager": [ + "all" + ] + }, + "env": { + "#1": "Platform identifier reported to the hub's /lifecycle/{platform}/{extension} endpoint.", + "LEOPARDEN_LICENSE_PLATFORM": "shopware" + } + }, + "files": [], + "ref": "ef89fa64ea79eedcdc533b9682de0cbf6554d5fb" + } + } +}