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 23, 2024
1 parent 68b0395 commit d2333ea
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 299 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"require": {
"endroid/qr-code": "^4.6",
"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": "^3.6",
"smalot/pdfparser": "^2.4",
"twig/twig": "^3.9",
"wobeto/email-blur": "^1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/ocp": "dev-stable28",
"nextcloud/ocp": "dev-stable29",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand All @@ -33,8 +33,8 @@
"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",
Expand Down
Loading

0 comments on commit d2333ea

Please sign in to comment.