aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-installer/project/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/e2e-installer/project/composer.json')
-rw-r--r--crates/shirabe/tests/plugin/fixtures/e2e-installer/project/composer.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/fixtures/e2e-installer/project/composer.json b/crates/shirabe/tests/plugin/fixtures/e2e-installer/project/composer.json
new file mode 100644
index 00000000..64c1bb32
--- /dev/null
+++ b/crates/shirabe/tests/plugin/fixtures/e2e-installer/project/composer.json
@@ -0,0 +1,32 @@
+{
+ "name": "shirabe/e2e-installer",
+ "description": "E2E fixture project: install a custom package type through a plugin-provided installer.",
+ "repositories": [
+ {
+ "type": "path",
+ "url": "../plugin",
+ "options": {
+ "symlink": false
+ }
+ },
+ {
+ "type": "path",
+ "url": "../packages/*",
+ "options": {
+ "symlink": false
+ }
+ },
+ {
+ "packagist.org": false
+ }
+ ],
+ "require": {
+ "shirabe-test/asset-installer": "1.0.0",
+ "shirabe-test/asset-a": "1.0.0"
+ },
+ "config": {
+ "allow-plugins": {
+ "shirabe-test/asset-installer": true
+ }
+ }
+}