diff --git a/archived/defixit.anonlytics-bundle/d313a131498690388d69f3f93713d7f9e5816525.json b/archived/defixit.anonlytics-bundle/d313a131498690388d69f3f93713d7f9e5816525.json new file mode 100644 index 00000000..91363097 --- /dev/null +++ b/archived/defixit.anonlytics-bundle/d313a131498690388d69f3f93713d7f9e5816525.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "defixit/anonlytics-bundle": { + "manifest": { + "bundles": { + "DeFixIT\\AnonlyticsBundle\\AnonlyticsBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ANONLYTICS_CLIENT_TOKEN": "", + "ANONLYTICS_SITE_TOKEN": "" + } + }, + "files": { + "config/packages/anonlytics.yaml": { + "contents": [ + "anonlytics:", + " client_token: '%env(resolve:ANONLYTICS_CLIENT_TOKEN)%'", + " site_token: '%env(resolve:ANONLYTICS_SITE_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "d313a131498690388d69f3f93713d7f9e5816525" + } + } +} diff --git a/defixit.anonlytics-bundle.1.0.json b/defixit.anonlytics-bundle.1.0.json new file mode 100644 index 00000000..91363097 --- /dev/null +++ b/defixit.anonlytics-bundle.1.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "defixit/anonlytics-bundle": { + "manifest": { + "bundles": { + "DeFixIT\\AnonlyticsBundle\\AnonlyticsBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ANONLYTICS_CLIENT_TOKEN": "", + "ANONLYTICS_SITE_TOKEN": "" + } + }, + "files": { + "config/packages/anonlytics.yaml": { + "contents": [ + "anonlytics:", + " client_token: '%env(resolve:ANONLYTICS_CLIENT_TOKEN)%'", + " site_token: '%env(resolve:ANONLYTICS_SITE_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "d313a131498690388d69f3f93713d7f9e5816525" + } + } +} diff --git a/index.json b/index.json index 5954cada..17422ee4 100644 --- a/index.json +++ b/index.json @@ -285,6 +285,9 @@ "debril/rss-atom-bundle": [ "4.0" ], + "defixit/anonlytics-bundle": [ + "1.0" + ], "dekalee/autopilot-bundle": [ "1.0" ], @@ -774,9 +777,6 @@ "lag/adminbundle": [ "1.0" ], - "league/flysystem-bundle": [ - "1.0" - ], "league/tactician-bundle": [ "1.0" ], diff --git a/league.flysystem-bundle.1.0.json b/league.flysystem-bundle.1.0.json deleted file mode 100644 index e934d42a..00000000 --- a/league.flysystem-bundle.1.0.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "manifests": { - "league/flysystem-bundle": { - "manifest": { - "bundles": { - "League\\FlysystemBundle\\FlysystemBundle": [ - "all" - ] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", - "var/": "%VAR_DIR%/" - }, - "post-install-output": [ - " * Configure your own storages in config/packages/flysystem.yaml.", - "", - " * Read the documentation at:", - " https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md" - ] - }, - "files": { - "config/packages/flysystem.yaml": { - "contents": [ - "# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md", - "flysystem:", - " storages:", - " default.storage:", - " adapter: 'local'", - " options:", - " directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'", - "" - ], - "executable": false - }, - "var/storage/.gitignore": { - "contents": [ - "" - ], - "executable": false - } - }, - "ref": "913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380" - } - } -}