-
Notifications
You must be signed in to change notification settings - Fork 9
Limitations and known issues
-
rsync
is required. -
Many types of hard links and soft links (symlinks) are not supported. See details and rationale.
-
Having Composer installed as a PHAR, e.g.,
composer.phar
, is not supported. See https://github.com/php-tuf/composer-stager/issues/356. (Work around the issue by renaming your executable tocomposer
(no extension) or adding a symlink to it namedcomposer
in your$PATH
.) -
Having the active and staging directories both in the temp directory is not supported.
-
Syncing via remote protocols such as
scp://
is not supported. -
Not all services do anything with the output callback.
-
The active and staging directories cannot be nested one inside the other.
-
The active and staging directories cannot be on separate volumes. This may prevent use of the temp directory. It may be possible to work around this limitation by creating a symlink on one volume that points to the other directory across the volume boundary, but this has not been tested and is not officially supported.
-
Composer Stager is tested with https://community.chocolatey.org/packages/rsync on Windows. No other version is officially supported.