aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-01 20:12:53 +0900
committernsfisis <nsfisis@gmail.com>2026-05-01 20:12:53 +0900
commit1189cecc564c691afeee564203866570fe6928b1 (patch)
tree06dd9c4940eeffa9a767f8cacf903c6e00e23ac7 /Cargo.lock
parent64ed53cf184fb05cbfe9f0336bc8695ff0e800f8 (diff)
parent9776735dbfb4d34ac639947ecca12df06ddfa738 (diff)
downloadphp-mozart-1189cecc564c691afeee564203866570fe6928b1.tar.gz
php-mozart-1189cecc564c691afeee564203866570fe6928b1.tar.zst
php-mozart-1189cecc564c691afeee564203866570fe6928b1.zip
Merge branch 'test/composer-integration-tests'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e7778c3..d1ae1cb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1081,6 +1081,7 @@ dependencies = [
"mozart-core",
"mozart-registry",
"mozart-semver",
+ "mozart-test-harness",
"mozart-vcs",
"predicates",
"regex",
@@ -1209,6 +1210,16 @@ dependencies = [
]
[[package]]
+name = "mozart-test-harness"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "regex",
+ "serde_json",
+ "tempfile",
+]
+
+[[package]]
name = "mozart-vcs"
version = "0.1.0"
dependencies = [