From 5b0b4efe1e03e0cb6d4638f4d69cf83bf2152097 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 7 Feb 2025 10:39:00 +0000 Subject: [PATCH] Update dependencies --- Makefile | 2 +- VERSION | 2 +- composer.json | 4 ++-- resources/debian/control | 2 +- resources/rpm/rpm.spec | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index e02fa83..883f05b 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ endif deps: ensuretarget rm -rf ./vendor/* ($(COMPOSER) install -vvv --no-interaction) - curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.0.4/phpstan.phar \ + curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.1.2/phpstan.phar \ && chmod +x ./vendor/phpstan.phar # Generate source code documentation diff --git a/VERSION b/VERSION index df0228d..d6f85ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.5 +4.2.6 diff --git a/composer.json b/composer.json index 5c8e9dc..1614b05 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "11.5.2 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.2" + "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.11.3" }, "autoload": { "psr-4": { diff --git a/resources/debian/control b/resources/debian/control index 88e2f40..3d86d28 100644 --- a/resources/debian/control +++ b/resources/debian/control @@ -10,6 +10,6 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git Package: ~#PKGNAME#~ Provides: php-~#PROJECT#~ Architecture: all -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} +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} Description: PHP PDF Page Library PHP library containing PDF page formats and definitions. diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index 30ea9df..3192ac9 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -20,9 +20,9 @@ Requires: php(language) >= 8.1.0 Requires: php-date Requires: php-zlib Requires: php-composer(%{c_vendor}/tc-lib-color) < 3.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.7 +Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.8 Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.10 +Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.11 Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version} Provides: php-%{gh_project} = %{version}