From df8fd8c3b16798a5f3ff9d06122ab4630a3899b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 09:13:18 +0100 Subject: update to 1.14.10 (no change) --- composer.json | 8 ++++---- php-tecnickcom-tc-lib-color.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 21cc680..d0f7bed 100644 --- a/composer.json +++ b/composer.json @@ -30,12 +30,12 @@ "ext-pcre": "*" }, "require-dev": { - "pdepend/pdepend": "2.8.0", + "pdepend/pdepend": "2.10.2", "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5", - "phpmd/phpmd": "2.9.1", - "phpunit/phpunit": "9.5.0 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", + "phpmd/phpmd": "2.11.1", + "phpunit/phpunit": "9.5.11 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", "sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4", - "squizlabs/php_codesniffer": "3.5.8 || 2.9.2" + "squizlabs/php_codesniffer": "3.6.2 || 2.9.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 5fb1b2e..0696365 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-color # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 83cdb57fd900901c6aa2af8cfd67202518fb69b2 +%global gh_commit ebe0b169122789e4ed6a78d7acd6cf162329c7e4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.14.6 +Version: 1.14.10 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -114,6 +114,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet - 1.14.10-1 +- update to 1.14.10 (no change) + * Mon Feb 8 2021 Remi Collet - 1.14.6-1 - update to 1.14.6 (no change) -- cgit