Skip to content

Commit

Permalink
chore: Replace template engine
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Oct 22, 2024
1 parent 056c967 commit e2269cf
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 286 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"require": {
"endroid/qr-code": "^5.0",
"jsignpdf/jsignpdf-php": "^1.2",
"league/plates": "^3.5",
"libresign/whatosami": "^0.0.1",
"mikehaertl/php-pdftk": "^0.13.0",
"mpdf/mpdf": "^8.2",
"pagerfanta/pagerfanta": "^4.5",
"smalot/pdfparser": "^2.4",
"twig/twig": "^3.9",
"wobeto/email-blur": "^1.0"
},
"require-dev": {
Expand All @@ -33,16 +33,13 @@
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"openapi": "generate-spec --verbose && (npm run typescript:generate || echo 'Please manually regenerate the typescript OpenAPI models')",
"psalm": "psalm --threads=1",
"psalm:update-baseline": "psalm --threads=1 --update-baseline --set-baseline=tests/psalm-baseline.xml",
"psalm": "psalm --threads=$(nproc)",
"psalm:update-baseline": "psalm --threads=$(nproc) --update-baseline --set-baseline=tests/psalm-baseline.xml",
"psalm:clear": "psalm --clear-cache && psalm --clear-global-cache",
"post-install-cmd": [
"@composer bin all install --ansi",
"composer dump-autoload"
],
"post-update-cmd": [
"composer dump-autoload"
],
"test:unit": "vendor/bin/phpunit --no-coverage",
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit"
},
Expand Down
300 changes: 65 additions & 235 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e2269cf

Please sign in to comment.