diff --git a/archived/league.flysystem-bundle/913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380.json b/archived/league.flysystem-bundle/913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380.json new file mode 100644 index 00000000..e934d42a --- /dev/null +++ b/archived/league.flysystem-bundle/913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380.json @@ -0,0 +1,45 @@ +{ + "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" + } + } +} diff --git a/index.json b/index.json index 3a0e3a7a..3240b1f7 100644 --- a/index.json +++ b/index.json @@ -270,6 +270,8 @@ "securityguard": "symfony/security-guard", "securityhttp": "symfony/security-http", "semaphore": "symfony/semaphore", + "sendberry-notifier": "symfony/sendberry-notifier", + "sendberrynotifier": "symfony/sendberry-notifier", "sendgrid-mailer": "symfony/sendgrid-mailer", "sendgridmailer": "symfony/sendgrid-mailer", "sendinblue-mailer": "symfony/sendinblue-mailer", @@ -412,6 +414,9 @@ "1.16", "1.17" ], + "league/flysystem-bundle": [ + "1.0" + ], "lexik/jwt-authentication-bundle": [ "2.3", "2.5" @@ -1817,6 +1822,9 @@ "6.0", "6.1" ], + "symfony/sendberry-notifier": [ + "6.1" + ], "symfony/sendgrid-mailer": [ "4.3", "4.4", diff --git a/league.flysystem-bundle.1.0.json b/league.flysystem-bundle.1.0.json new file mode 100644 index 00000000..e934d42a --- /dev/null +++ b/league.flysystem-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "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" + } + } +}