From 7bda6932c6559663fb07b44cbb70a255db13b8b5 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 11 Jun 2026 09:27:57 +0000 Subject: [PATCH] Create Flex endpoint --- index.json | 25 +++++++++++++++++++++++ leoparden.plugin-license-manager.1.0.json | 19 +++++++++++++++++ 2 files changed, 44 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..07506f05 --- /dev/null +++ b/index.json @@ -0,0 +1,25 @@ +{ + "aliases": { + "leoparden-license": "leoparden/plugin-license-manager", + "leopardenlicense": "leoparden/plugin-license-manager", + "plugin-license-manager": "leoparden/plugin-license-manager", + "pluginlicensemanager": "leoparden/plugin-license-manager" + }, + "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-2001/{package_dotted}.{version}.json", + "recipe_template_relative": "{package_dotted}.{version}.json", + "archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2001/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..7258a63f --- /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": "755103dd80713412657f29c9f30ff5ea910a22cf" + } + } +}