aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json')
-rw-r--r--crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json b/crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json
new file mode 100644
index 00000000..e68a53de
--- /dev/null
+++ b/crates/shirabe/tests/plugin/fixtures/e2e-command/project/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "shirabe/e2e-command-provider",
+ "description": "E2E fixture project: run a plugin-provided command against upstream Composer and Shirabe.",
+ "repositories": [
+ {
+ "type": "path",
+ "url": "../plugin",
+ "options": {
+ "symlink": false
+ }
+ },
+ {
+ "packagist.org": false
+ }
+ ],
+ "require": {
+ "shirabe-test/command-provider": "1.0.0"
+ },
+ "config": {
+ "allow-plugins": {
+ "shirabe-test/command-provider": true
+ }
+ }
+}