diff options
| -rw-r--r-- | composer.json | 16 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 10 |
2 files changed, 21 insertions, 5 deletions
diff --git a/composer.json b/composer.json index a156f3a..c869678 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "tecnickcom/tc-lib-pdf", "description": "PHP PDF Library", "type": "library", - "homepage": "http://www.tecnick.com", + "homepage": "https://tcpdf.org", "license": "LGPL-3.0-or-later", "keywords": [ "tc-lib-pdf", @@ -33,6 +33,8 @@ "tecnickcom/tc-lib-pdf-page": "^4.3", "tecnickcom/tc-lib-pdf-graph": "^2.4" }, + "minimum-stability": "dev", + "prefer-stable": true, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true @@ -57,7 +59,17 @@ }, "archive": { "exclude": [ - "/example" + "/examples" ] + }, + "support": { + "issues": "https://github.com/tecnickcom/tc-lib-pdf/issues", + "source": "https://github.com/tecnickcom/tc-lib-pdf" + }, + "scripts": { + "test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --stderr test", + "cs-check": "./vendor/bin/phpcs --standard=phpcs.xml", + "cs-fix": "./vendor/bin/phpcbf --ignore=\"./vendor/\" --standard=psr12 src test", + "analyse": "./vendor/phpstan.phar analyse" } } diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index 27f2ea5..10c8850 100644 --- a/php-tecnickcom-tc-lib-pdf.spec +++ b/php-tecnickcom-tc-lib-pdf.spec @@ -19,11 +19,11 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP PDF Library License: LGPL-3.0-or-later -Version: 8.5.5 +Version: 8.6.0 Release: 1%{?dist} %forgemeta -URL: %{forgeurl} +URL: https://tcpdf.org Source0: %{forgesource} BuildArch: noarch @@ -198,11 +198,15 @@ exit $ret %files %license LICENSE %doc composer.json -%doc *.md examples +%doc *.md +%doc examples %{php_project}/* %changelog +* Sun Apr 19 2026 Remi Collet <remi@remirepo.net> - 8.6.0-1 +- update to 8.6.0 + * Sat Apr 18 2026 Remi Collet <remi@remirepo.net> - 8.5.5-1 - update to 8.5.5 |
