diff --git a/hugosoltys/fitz-bundle/1.0/config/packages/dev/hugosoltys_fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/packages/dev/hugosoltys_fitz.yaml new file mode 100644 index 00000000..052bd909 --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/packages/dev/hugosoltys_fitz.yaml @@ -0,0 +1,3 @@ +fitz: + composer_path: '/usr/local/bin/composer' + queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle' diff --git a/hugosoltys/fitz-bundle/1.0/config/packages/test/hugosoltys_fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/packages/test/hugosoltys_fitz.yaml new file mode 100644 index 00000000..052bd909 --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/packages/test/hugosoltys_fitz.yaml @@ -0,0 +1,3 @@ +fitz: + composer_path: '/usr/local/bin/composer' + queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle' diff --git a/hugosoltys/fitz-bundle/1.0/config/routes/dev/hugosoltys_fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/routes/dev/hugosoltys_fitz.yaml new file mode 100644 index 00000000..b7ecfc8b --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/routes/dev/hugosoltys_fitz.yaml @@ -0,0 +1,2 @@ +fitz: + resource: "@FitzBundle/Resources/config/routing.xml" diff --git a/hugosoltys/fitz-bundle/1.0/config/routes/test/hugosoltys_fitz.yaml b/hugosoltys/fitz-bundle/1.0/config/routes/test/hugosoltys_fitz.yaml new file mode 100644 index 00000000..b7ecfc8b --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/config/routes/test/hugosoltys_fitz.yaml @@ -0,0 +1,2 @@ +fitz: + resource: "@FitzBundle/Resources/config/routing.xml" diff --git a/hugosoltys/fitz-bundle/1.0/manifest.json b/hugosoltys/fitz-bundle/1.0/manifest.json new file mode 100644 index 00000000..3e355532 --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "HugoSoltys\\FitzBundle\\FitzBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} + diff --git a/hugosoltys/fitz-bundle/1.0/post-install.txt b/hugosoltys/fitz-bundle/1.0/post-install.txt new file mode 100644 index 00000000..55fa4e5e --- /dev/null +++ b/hugosoltys/fitz-bundle/1.0/post-install.txt @@ -0,0 +1,6 @@ + + How to install bundles? + + + * Choose your bundles by visiting http://localhost/fitz/install + * Install them by running php bin/console fitz:install