Skip to content

Commit 6be2ee3

Browse files
committed
Update dependencies
1 parent 45c2270 commit 6be2ee3

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-
3.0.16
1+
3.0.17

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"require-dev": {
2626
"pdepend/pdepend": "2.16.2",
2727
"phpmd/phpmd": "2.15.0",
28-
"phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40",
29-
"squizlabs/php_codesniffer": "3.11.3"
28+
"phpunit/phpunit": "12.1.3 || 11.5.7 || 10.5.40",
29+
"squizlabs/php_codesniffer": "3.12.2"
3030
},
3131
"autoload": {
3232
"psr-4": {

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.19), ${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.20), ${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.19
21+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.20
2222
Requires: php-pcre
2323

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

0 commit comments

Comments
 (0)