aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/subscriber-v1/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/subscriber-v1/composer.json')
-rw-r--r--crates/shirabe/tests/plugin/fixtures/subscriber-v1/composer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/fixtures/subscriber-v1/composer.json b/crates/shirabe/tests/plugin/fixtures/subscriber-v1/composer.json
new file mode 100644
index 00000000..40659606
--- /dev/null
+++ b/crates/shirabe/tests/plugin/fixtures/subscriber-v1/composer.json
@@ -0,0 +1,12 @@
+{
+ "name": "subscriber-v1",
+ "version": "1.0.0",
+ "type": "composer-plugin",
+ "autoload": { "psr-0": { "Subscriber": "" } },
+ "extra": {
+ "class": "Subscriber\\Plugin"
+ },
+ "require": {
+ "composer-plugin-api": "^2.0"
+ }
+}