]> git.pld-linux.org Git - packages/composer.git/commitdiff
Up to 1.9.1 (2019-11-01)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Jan 2020 14:10:15 +0000 (16:10 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Jan 2020 14:13:53 +0000 (16:13 +0200)
* 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 (?>...<?php)

- https://github.com/composer/composer/releases/tag/1.9.1

composer.spec

index b28f3bca3d8e4183a9eb27e82a5a74b9e7938c84..7b68aba6b146b2292b5ccb757847d5e6399b483a 100644 (file)
 %include       /usr/lib/rpm/macros.php
 Summary:       Dependency Manager for PHP
 Name:          composer
-Version:       1.9.0
-Release:       2
+Version:       1.9.1
+Release:       1
 License:       MIT
 Group:         Development/Languages/PHP
 Source0:       https://github.com/composer/composer/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 83a9d56091891c1ac3a46126f8c34262
+# Source0-md5: 8282a90e7d9b9efc481765ed9800c80b
 Source2:       https://raw.githubusercontent.com/iArren/%{name}-bash-completion/86a8129/composer
 # Source2-md5: cdeebf0a0da1fd07d0fd886d0461642e
 Source3:       autoload.php
@@ -60,6 +60,7 @@ Requires:     php-seld-jsonlint >= 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
This page took 0.137024 seconds and 4 git commands to generate.