Skip to content

Commit ed0823b

Browse files
committed
update dependencies
1 parent 589965c commit ed0823b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.41
1+
2.6.42

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"ext-json": "*",
2626
"ext-pcre": "*",
2727
"ext-zlib": "*",
28-
"tecnickcom/tc-lib-file": "^2.3",
28+
"tecnickcom/tc-lib-file": "^2.4",
2929
"tecnickcom/tc-lib-unicode-data": "^2.0",
30-
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
30+
"tecnickcom/tc-lib-pdf-encrypt": "^2.2"
3131
},
3232
"minimum-stability": "dev",
3333
"prefer-stable": true,

resources/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Vcs-Browser: https://github.com/~#VENDOR#~/~#PROJECT#~
1212
Package: ~#PKGNAME#~
1313
Provides: php-~#PROJECT#~
1414
Architecture: all
15-
Depends: php (>= 8.1.0), php-json, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.3.9), php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.51), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.43), php-tecnickcom-tc-lib-pdf-font-core (<< 2.0.0), php-tecnickcom-tc-lib-pdf-font-data-core (>= 1.8.7), ${misc:Depends}
15+
Depends: php (>= 8.1.0), php-json, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.4.0), php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.51), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.2.0), php-tecnickcom-tc-lib-pdf-font-core (<< 2.0.0), php-tecnickcom-tc-lib-pdf-font-data-core (>= 1.8.7), ${misc:Depends}
1616
Description: PHP PDF Fonts Library
1717
PHP library containing PDF font methods and utilities.

resources/rpm/rpm.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Requires: php-json
1919
Requires: php-pcre
2020
Requires: php-zlib
2121
Requires: php-composer(%{c_vendor}/tc-lib-file) < 3.0.0
22-
Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.3.9
22+
Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.4.0
2323
Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) < 3.0.0
2424
Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.51
2525
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0
26-
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.43
26+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.2.0
2727
Requires: php-composer(%{c_vendor}/tc-lib-pdf-font-data-core) < 2.0.0
2828
Requires: php-composer(%{c_vendor}/tc-lib-pdf-font-data-core) >= 1.8.7
2929

0 commit comments

Comments
 (0)