diff options
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/e2e/packages/acme-phpstan-tools/composer.json')
| -rw-r--r-- | crates/shirabe/tests/plugin/fixtures/e2e/packages/acme-phpstan-tools/composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/fixtures/e2e/packages/acme-phpstan-tools/composer.json b/crates/shirabe/tests/plugin/fixtures/e2e/packages/acme-phpstan-tools/composer.json new file mode 100644 index 00000000..074dbe8c --- /dev/null +++ b/crates/shirabe/tests/plugin/fixtures/e2e/packages/acme-phpstan-tools/composer.json @@ -0,0 +1,5 @@ +{ + "name": "acme/phpstan-tools", + "version": "1.0.0", + "description": "Package whose name mentions phpstan without being an extension; exercises the NOT_INSTALLED path." +} |
