aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/tests/fixtures/with_dev_deps/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/tests/fixtures/with_dev_deps/composer.json')
-rw-r--r--crates/mozart/tests/fixtures/with_dev_deps/composer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/mozart/tests/fixtures/with_dev_deps/composer.json b/crates/mozart/tests/fixtures/with_dev_deps/composer.json
new file mode 100644
index 0000000..09126f2
--- /dev/null
+++ b/crates/mozart/tests/fixtures/with_dev_deps/composer.json
@@ -0,0 +1,12 @@
+{
+ "name": "test/dev-project",
+ "description": "A project with dev dependencies",
+ "license": "MIT",
+ "require": {
+ "php": ">=8.1",
+ "psr/log": "^3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^11.0"
+ }
+}