Initial commit

This commit is contained in:
2026-06-05 23:40:26 +02:00
commit ebf977cf48
11 changed files with 3131 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "armelnl/scandalous",
"description": "A wrapper around LiteParse for PDF extraction",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Scandalous\\": "src/"
}
},
"require": {
"php": "^8.4",
"symfony/process": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.95",
"phpstan/phpstan": "^2.2"
}
}