aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-theme/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-theme/composer.json')
-rw-r--r--crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-theme/composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-theme/composer.json b/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-theme/composer.json
new file mode 100644
index 00000000..ea23f0f4
--- /dev/null
+++ b/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-theme/composer.json
@@ -0,0 +1,6 @@
+{
+ "name": "acme/hello-theme",
+ "version": "1.0.0",
+ "type": "drupal-theme",
+ "description": "Fixture package placed by composer/installers under themes/."
+}