Compare commits

..
Author SHA1 Message Date
github-action[bot]andgithub-action[bot] 7bda6932c6 Create Flex endpoint 2026-06-11 09:27:57 +00:00
3 changed files with 29 additions and 55 deletions
+10 -5
View File
@@ -1,8 +1,13 @@
{ {
"aliases": [], "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": { "recipes": {
"m4n50n/oauth2-azure-bundle": [ "leoparden/plugin-license-manager": [
"0.1" "1.0"
] ]
}, },
"recipe-conflicts": [], "recipe-conflicts": [],
@@ -12,9 +17,9 @@
"_links": { "_links": {
"repository": "github.com/symfony/recipes-contrib", "repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", "origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1595/{package_dotted}.{version}.json", "recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2001/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json", "recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1595/archived/{package_dotted}/{ref}.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" "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
} }
} }
+19
View File
@@ -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"
}
}
}
-50
View File
@@ -1,50 +0,0 @@
{
"manifests": {
"m4n50n/oauth2-azure-bundle": {
"manifest": {
"bundles": {
"M4n50n\\OAuth2AzureBundle\\OAuth2AzureBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"cache:clear": "symfony-cmd"
},
"env": {
"AUTH_CLIEN_ID": "",
"AUTH_CLIENT_PASS": "",
"AUTH_TENANT": "",
"AUTH_REDIRECT_URI": "",
"AUTH_REDIRECT_TO_URL": false,
"AUTH_REDIRECT_URL": ""
},
"gitignore": [
".env",
"/var/",
"/vendor/"
]
},
"files": {
"config/packages/oauth2_azure.yaml": {
"contents": [
"o_auth2_azure:",
" clientId: '%env(AUTH_CLIEN_ID)%'",
" clientSecret: '%env(AUTH_CLIENT_PASS)%'",
" tenant: '%env(AUTH_TENANT)%'",
" redirectUri: '%env(AUTH_REDIRECT_URI)%'",
"",
" # Optional",
" redirectToUrl: '%env(bool:AUTH_REDIRECT_TO_URL)%' # Activate redirect after authentication",
" redirectUrl: '%env(AUTH_REDIRECT_URL)%' # URL to redirect after authentication",
""
],
"executable": false
}
},
"ref": "5a9d91da8b994ae18ccf3b1a609168c0b1ed0045"
}
}
}