aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/tests/fixtures/with_dev_deps/vendor/composer
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/tests/fixtures/with_dev_deps/vendor/composer')
-rw-r--r--crates/mozart/tests/fixtures/with_dev_deps/vendor/composer/installed.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/crates/mozart/tests/fixtures/with_dev_deps/vendor/composer/installed.json b/crates/mozart/tests/fixtures/with_dev_deps/vendor/composer/installed.json
new file mode 100644
index 0000000..efa3905
--- /dev/null
+++ b/crates/mozart/tests/fixtures/with_dev_deps/vendor/composer/installed.json
@@ -0,0 +1,32 @@
+{
+ "packages": [
+ {
+ "name": "phpunit/phpunit",
+ "version": "11.0.0",
+ "version_normalized": "11.0.0.0",
+ "type": "library",
+ "install-path": "../phpunit/phpunit",
+ "autoload": {
+ "psr-4": {
+ "PHPUnit\\": "src/"
+ }
+ }
+ },
+ {
+ "name": "psr/log",
+ "version": "3.0.2",
+ "version_normalized": "3.0.2.0",
+ "type": "library",
+ "install-path": "../psr/log",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "src"
+ }
+ }
+ }
+ ],
+ "dev-package-names": [
+ "phpunit/phpunit"
+ ],
+ "dev": true
+}