Skip to content

Commit 5b0b4ef

Browse files
committed
Update dependencies
1 parent 66f4b8c commit 5b0b4ef

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ endif
170170
deps: ensuretarget
171171
rm -rf ./vendor/*
172172
($(COMPOSER) install -vvv --no-interaction)
173-
curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.0.4/phpstan.phar \
173+
curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.1.2/phpstan.phar \
174174
&& chmod +x ./vendor/phpstan.phar
175175

176176
# Generate source code documentation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.5
1+
4.2.6

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require-dev": {
2828
"pdepend/pdepend": "2.16.2",
2929
"phpmd/phpmd": "2.15.0",
30-
"phpunit/phpunit": "11.5.2 || 10.5.40",
31-
"squizlabs/php_codesniffer": "3.11.2"
30+
"phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40",
31+
"squizlabs/php_codesniffer": "3.11.3"
3232
},
3333
"autoload": {
3434
"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-date, php-zip, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.2.7), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.10), ${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.2.8), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.11), ${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.7
23+
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.8
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.10
25+
Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.11
2626

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

0 commit comments

Comments
 (0)