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 28 additions and 41 deletions
+9 -4
View File
@@ -1,7 +1,12 @@
{
"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": {
"shedeza/sybase-orm-bundle": [
"leoparden/plugin-license-manager": [
"1.0"
]
},
@@ -12,9 +17,9 @@
"_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-1994/{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",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1994/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"
}
}
+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"
}
}
}
-37
View File
@@ -1,37 +0,0 @@
{
"manifests": {
"shedeza/sybase-orm-bundle": {
"manifest": {
"bundles": {
"SybaseORM\\Bundle\\SybaseORMBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DATABASE_URL": "sybase://sa:!ChangeMe!@127.0.0.1:5000/app?charset=UTF-8"
}
},
"files": {
"config/packages/sybase_orm.yaml": {
"contents": [
"sybase_orm:",
" connection:",
" url: '%env(DATABASE_URL)%'",
" entity_directories:",
" - '%kernel.project_dir%/src/Entity'",
" proxy_directory: '%kernel.cache_dir%/sybase_orm/proxies'",
" migrations_directory: '%kernel.project_dir%/sybase_ase/migrations'",
" cache:",
" enabled: false",
""
],
"executable": false
}
},
"ref": "e48b18124ed403aba204a58af1b1eaccf930403e"
}
}
}