Release v1.17.10

This commit is contained in:
Ronny Grobel
2026-04-21 07:55:14 +02:00
commit 84b970b04f
258 changed files with 107458 additions and 0 deletions

26
lib/tcpdf/tests/composer.json Executable file
View File

@@ -0,0 +1,26 @@
{
"name": "tecnickcom/tcpdf-tests",
"type": "metapackage",
"description": "Dependencies for the test suite",
"homepage": "http://www.tcpdf.org/",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Philippe Jausions",
"email": "jausions@11abacus.com",
"role": "contributor"
}
],
"require": {
"PHP": ">=7.1.0",
"cs278/mktemp": "^1.2.0"
},
"suggest": {
"rosell-dk/locate-binaries": "Allows to detect executables such as pdfinfo"
},
"autoload": {
"psr-4": {
"Tecnickcom\\TCPDF\\Tests\\": "src/"
}
}
}