commit 1081312195e17cd23e7a60720cbab1b1885576b2 Author: github-action[bot] <> Date: Thu Jun 11 09:31:57 2026 +0000 Create Flex endpoint 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" + } + } +}