From: Elan Ruusamäe Date: Thu, 2 Jan 2020 14:10:15 +0000 (+0200) Subject: Up to 1.9.1 (2019-11-01) X-Git-Tag: auto/th/composer-1.9.1-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=2a8fe65337d0ec937c022d327394e99aca0ddf4c;p=packages%2Fcomposer.git Up to 1.9.1 (2019-11-01) * Fixed various credential handling issues with gitlab and github * Fixed credentials being present in git remotes in Composer cache and vendor directory when not using SSH keys * Fixed `composer why` not listing replacers as a reason something is present * Fixed various PHP 7.4 compatibility issues * Fixed root warnings always present in Docker containers, setting COMPOSER_ALLOW_SUPERUSER is not necessary anymore * Fixed GitHub access tokens leaking into debug-verbosity output * Fixed several edge case issues detecting GitHub, Bitbucket and GitLab repository types * Fixed Composer asking if you want to use a composer.json in a parent directory when ran in non-interactive mode * Fixed classmap autoloading issue finding classes located within a few non-PHP context blocks (?>...= 1.4 Requires: php-seld-phar-utils >= 1.0.0 Requires: php-symfony2-ClassLoader >= 2.7.7 Requires: php-symfony2-Console >= 2.7.7 +Requires: php-symfony2-Filesystem >= 2.7.7 Requires: php-symfony2-Finder >= 2.7.7 Requires: php-symfony2-Process >= 2.7.7 Requires: unzip