summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-03 08:47:12 +0200
committerRemi Collet <remi@php.net>2023-05-03 08:47:12 +0200
commitd59256507e800d81b51602fda714ff4c114bd70a (patch)
tree8ec933dc26ddcc2064916a432257ea19e7e6b2a2
parent4b96fff13e31f60726d062710bfad3a235344dbd (diff)
update to 1.14.19 (no change)
-rw-r--r--composer.json8
-rw-r--r--php-tecnickcom-tc-lib-color.spec9
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 <remi@remirepo.net> - 1.14.19-1
+- update to 1.14.19 (no change)
+
* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 1.14.18-1
- update to 1.14.18 (no change)