Initial plugin commit

This commit is contained in:
2026-04-13 21:01:07 +02:00
commit 4367aef84a
254 changed files with 104260 additions and 0 deletions

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/"
}
}
}