[packages/composer] Up to 1.9.1 (2019-11-01)
glen
glen at pld-linux.org
Thu Jan 2 15:14:05 CET 2020
commit 2a8fe65337d0ec937c022d327394e99aca0ddf4c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Thu Jan 2 16:10:15 2020 +0200
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 (?>...<?php)
- https://github.com/composer/composer/releases/tag/1.9.1
composer.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/composer.spec b/composer.spec
index b28f3bc..7b68aba 100644
--- a/composer.spec
+++ b/composer.spec
@@ -11,12 +11,12 @@
%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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/2a8fe65337d0ec937c022d327394e99aca0ddf4c
More information about the pld-cvs-commit
mailing list