diff --git a/endroid/flusher/1.0/config/packages/endroid_flusher.yaml b/endroid/flusher/1.0/config/packages/endroid_flusher.yaml new file mode 100644 index 00000000..acba195d --- /dev/null +++ b/endroid/flusher/1.0/config/packages/endroid_flusher.yaml @@ -0,0 +1,2 @@ +endroid_flusher: + step_size: 1.5 diff --git a/endroid/flusher/1.0/manifest.json b/endroid/flusher/1.0/manifest.json new file mode 100644 index 00000000..81c4fa41 --- /dev/null +++ b/endroid/flusher/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Endroid\\Flusher\\Bundle\\FlusherBundle\\EndroidFlusherBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/endroid/import/1.0/config/packages/endroid_import.yaml b/endroid/import/1.0/config/packages/endroid_import.yaml new file mode 100644 index 00000000..c5154129 --- /dev/null +++ b/endroid/import/1.0/config/packages/endroid_import.yaml @@ -0,0 +1,3 @@ +endroid_import: + time_limit: 0 + memory_limit: 4096M diff --git a/endroid/import/1.0/config/routes/endroid_import.yaml b/endroid/import/1.0/config/routes/endroid_import.yaml new file mode 100644 index 00000000..55e00f60 --- /dev/null +++ b/endroid/import/1.0/config/routes/endroid_import.yaml @@ -0,0 +1,4 @@ +EndroidImportBundle: + resource: "@EndroidImportBundle/Controller/" + type: annotation + prefix: /import diff --git a/endroid/import/1.0/manifest.json b/endroid/import/1.0/manifest.json new file mode 100644 index 00000000..49590e55 --- /dev/null +++ b/endroid/import/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Endroid\\Import\\Bundle\\ImportBundle\\EndroidImportBundle": ["all"], + "Endroid\\Import\\Bundle\\ImportDemoBundle\\EndroidImportDemoBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}