summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-11 15:47:12 +0100
committerRemi Collet <remi@php.net>2025-12-11 15:47:12 +0100
commitfac7704c70dd3d3fe73d49aa2d86ccb56a5e2118 (patch)
tree5909d2d7a5d44eb3363b2b5eaa697c7752e66206
parent5ca62abc5468996ebfad57ba34ab8a7c0924db6d (diff)
update to 2.0.35 (no change)HEADmaster
-rw-r--r--composer.json8
-rw-r--r--php-tecnickcom-tc-lib-unicode.spec7
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 98bc7a5..45e5c87 100644
--- a/composer.json
+++ b/composer.json
@@ -24,11 +24,17 @@
"ext-pcre": "*",
"tecnickcom/tc-lib-unicode-data": "^2.0"
},
+ "config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
+ },
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
"phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58",
- "squizlabs/php_codesniffer": "4.0.1"
+ "squizlabs/php_codesniffer": "4.0.1",
+ "phpcompatibility/php-compatibility": "^10.0.0@dev"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec
index 563ba1d..92ec08f 100644
--- a/php-tecnickcom-tc-lib-unicode.spec
+++ b/php-tecnickcom-tc-lib-unicode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e346711cf1846a8769ac44c6ef90485dcec53633
+%global gh_commit f58f449f89d8b755171a0d58bdf3b1f57cb73eb9
%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: 2.0.34
+Version: 2.0.35
Release: 1%{?dist}
Summary: PHP library containing Unicode methods
@@ -114,6 +114,9 @@ exit $ret
%changelog
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.0.35-1
+- update to 2.0.35 (no change)
+
* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.0.34-1
- update to 2.0.34 (no change)