Skip to content

Commit 9899c5b

Browse files
committed
update dependencies
1 parent b9ca0b1 commit 9899c5b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.18
1+
4.2.19

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": ">=8.1",
2222
"ext-date": "*",
2323
"ext-zlib": "*",
24-
"tecnickcom/tc-lib-color": "^2.2",
24+
"tecnickcom/tc-lib-color": "^2.3",
2525
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
2626
},
2727
"require-dev": {

resources/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git
1010
Package: ~#PKGNAME#~
1111
Provides: php-~#PROJECT#~
1212
Architecture: all
13-
Depends: php (>= 8.1.0), php-date, php-zip, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.2.19), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.22), ${misc:Depends}
13+
Depends: php (>= 8.1.0), php-date, php-zip, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.3.1), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.23), ${misc:Depends}
1414
Description: PHP PDF Page Library
1515
PHP library containing PDF page formats and definitions.

resources/rpm/rpm.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Requires: php(language) >= 8.1.0
2020
Requires: php-date
2121
Requires: php-zlib
2222
Requires: php-composer(%{c_vendor}/tc-lib-color) < 3.0.0
23-
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.19
23+
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.3.1
2424
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0
25-
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.22
25+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.23
2626

2727
Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version}
2828
Provides: php-%{gh_project} = %{version}

0 commit comments

Comments
 (0)