Skip to content

Commit bd3fb92

Browse files
committed
Update dependencies
1 parent 6be2ee3 commit bd3fb92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.17
1+
3.0.18

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-tecnickcom-tc-lib-pdf-filter (<< 2.0.0), php-tecnickcom-tc-lib-pdf-filter (>= 2.0.20), ${misc:Depends}
13+
Depends: php (>= 8.1.0), php-tecnickcom-tc-lib-pdf-filter (<< 2.0.0), php-tecnickcom-tc-lib-pdf-filter (>= 2.0.21), ${misc:Depends}
1414
Description: PHP PDF Parser Library
1515
PHP library to parse PDF documents.

resources/rpm/rpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BuildArch: noarch
1818

1919
Requires: php(language) >= 8.1.0
2020
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2.0.0
21-
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.20
21+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.21
2222
Requires: php-pcre
2323

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

0 commit comments

Comments
 (0)