aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-06 18:05:27 +0900
committernsfisis <nsfisis@gmail.com>2026-05-06 18:05:27 +0900
commit3d128352f93c4416d087069947920e9fa864df7d (patch)
tree52026a6ae07ad0dbc2a62e487dd4d9550992e3b8 /Cargo.lock
parent4a9aff1af9fc74d2928fe54210d6aad5f0afd0b7 (diff)
downloadphp-mozart-3d128352f93c4416d087069947920e9fa864df7d.tar.gz
php-mozart-3d128352f93c4416d087069947920e9fa864df7d.tar.zst
php-mozart-3d128352f93c4416d087069947920e9fa864df7d.zip
feat(core): port Factory::createComposer and AutoloadGenerator::dump
Add the Composer state-container types (LocalRepository, RepositoryManager, InstallationManager, AutoloadGenerator, AutoloadDumpOptions, PlatformRequirementFilter, Locker) plus the factory wiring that builds them from composer.json and vendor/composer/installed.json. AutoloadGenerator::dump lives in mozart-autoload as an extension trait so the orchestrating algorithm sits next to the classmap scanner while the state container stays in mozart-core. Rework dump-autoload to drive both, mirroring $composer->getAutoloadGenerator()->dump(...).
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2ade2f4..4ea7050 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1133,7 +1133,9 @@ dependencies = [
"indexmap",
"md5",
"mozart-class-map-generator",
+ "mozart-core",
"mozart-registry",
+ "regex",
"serde_json",
"tempfile",
]