Skip to content

Commit

Permalink
Merge pull request #3824 from LibreSign/backport/3808/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: open settings together with cms_pico
  • Loading branch information
vitormattos authored Oct 23, 2024
2 parents df387f6 + 1a8dfd3 commit 908ab78
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 296 deletions.
6 changes: 3 additions & 3 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,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 908ab78

Please sign in to comment.