diff options
Diffstat (limited to 'crates/mozart/tests/fixtures/with_installed/composer.json')
| -rw-r--r-- | crates/mozart/tests/fixtures/with_installed/composer.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/mozart/tests/fixtures/with_installed/composer.json b/crates/mozart/tests/fixtures/with_installed/composer.json new file mode 100644 index 0000000..1653318 --- /dev/null +++ b/crates/mozart/tests/fixtures/with_installed/composer.json @@ -0,0 +1,9 @@ +{ + "name": "test/locked-project", + "description": "A project with a lock file", + "license": "MIT", + "require": { + "php": ">=8.1", + "psr/log": "^3.0" + } +} |
