php - Composer - Prevent from installing ZF2 files -
i started working on new zf2 webapp , during composer configuration (installation of doctrine, zdt, zftool, etc.), noticed composer install zf2 files or components during downloading, if included in php.ini
in zf2_path
.
is there way prevent composer installation zf2 in ./vendor
directory?
no. composer knows nothing include_path
, installs locally. , thing, because version, projects needs , doesn't clash other projects.
if want use shared dependencies, composer is, probably, not you.
Comments
Post a Comment