Skip to content

Commit ca8c6f5

Browse files
committed
Update dependencies
1 parent a8d1944 commit ca8c6f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.4
1+
2.1.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": ">=8.0",
2424
"ext-gd": "*",
2525
"ext-zlib": "*",
26-
"tecnickcom/tc-lib-file": "^2.0",
26+
"tecnickcom/tc-lib-file": "^2.1",
2727
"tecnickcom/tc-lib-color": "^2.2",
2828
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
2929
},

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.0.0), php-gd, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.0.16), php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.2.5), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.8), ${misc:Depends}
13+
Depends: php (>= 8.0.0), php-gd, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.1.1), php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.2.6), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.9), ${misc:Depends}
1414
Description: PHP PDF Image Library
1515
PHP library containing PDF Image methods.

resources/rpm/rpm.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Requires: php(language) >= 8.0.0
2020
Requires: php-gd
2121
Requires: php-zlib
2222
Requires: php-composer(%{c_vendor}/tc-lib-file) < 3.0.0
23-
Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.0.16
23+
Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.1.1
2424
Requires: php-composer(%{c_vendor}/tc-lib-color) < 3.0.0
25-
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.5
25+
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.6
2626
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0
27-
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.8
27+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.9
2828

2929
Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version}
3030
Provides: php-%{gh_project} = %{version}

0 commit comments

Comments
 (0)