From 8484876dae68a2c73110cdd60a6da0f923798226 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 24 Oct 2020 18:56:21 +0300 Subject: [PATCH] Up to 1.10.16 (2020-10-24) - Added warning to `validate` command for cases where packages provide/replace a package that they also require - Fixed JSON schema validation issue with PHPStorm - Fixed symlink handling in `archive` command https://github.com/composer/composer/releases/tag/1.10.16 --- composer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.spec b/composer.spec index 97e0634..07bb61d 100644 --- a/composer.spec +++ b/composer.spec @@ -10,12 +10,12 @@ %define php_min_version 5.3.4 Summary: Dependency Manager for PHP Name: composer -Version: 1.10.15 +Version: 1.10.16 Release: 1 License: MIT Group: Development/Languages/PHP Source0: https://github.com/composer/composer/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: c842603cf8a3302867c31fdbaab35bf6 +# Source0-md5: 6d217ad0ce7d007280de12070680b36a Source2: https://raw.githubusercontent.com/iArren/%{name}-bash-completion/86a8129/composer # Source2-md5: cdeebf0a0da1fd07d0fd886d0461642e Source3: autoload.php -- 2.44.0