From d59256507e800d81b51602fda714ff4c114bd70a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 May 2023 08:47:12 +0200 Subject: update to 1.14.19 (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 d0f7bed..64ee2fa 100644 --- a/composer.json +++ b/composer.json @@ -30,12 +30,12 @@ "ext-pcre": "*" }, "require-dev": { - "pdepend/pdepend": "2.10.2", + "pdepend/pdepend": "2.13.0", "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5", - "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", + "phpmd/phpmd": "2.13.0", + "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 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.6.2 || 2.9.2" + "squizlabs/php_codesniffer": "3.7.2 || 2.9.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 867432a..9f6e4b9 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c430e0b8a8847935a72bc5fcc334d1e4d029e23b +%global gh_commit cd048cf7c7e6d02c1f108b90d9978a1ae102ff2b %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.18 +Version: 1.14.19 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -27,7 +27,7 @@ BuildArch: noarch %if %{with_tests} # For tests %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.0 +BuildRequires: phpunit9 >= 9.5.27 BuildRequires: php(language) >= 5.3 BuildRequires: php-pcre %endif @@ -109,6 +109,9 @@ exit $ret %changelog +* Wed May 3 2023 Remi Collet - 1.14.19-1 +- update to 1.14.19 (no change) + * Thu Dec 22 2022 Remi Collet - 1.14.18-1 - update to 1.14.18 (no change) -- cgit