Skip to content

Commit

Permalink
Merge pull request #1 from rich-id/feature/pdftk
Browse files Browse the repository at this point in the history
Switch from fpdi/fpdf to pdftk to be able to use more recent/secure pdf protection algorithm
  • Loading branch information
hdumazeau committed Jan 30, 2024
2 parents dab4651 + e16977c commit bb9bfeb
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build-and-test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.7",
"knplabs/knp-gaufrette-bundle": "^0.7.2",
"mikehaertl/php-pdftk": "^0.13.1",
"richcongress/bundle-toolbox": "^1.1",
"sensio/framework-extra-bundle": "^5.4|^6.0",
"setasign/fpdi-protection": "^2.0",
"symfony/translation": "^5.4",
"symfony/twig-bundle": "^5.4"
},
Expand Down
314 changes: 140 additions & 174 deletions composer.lock

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

0 comments on commit bb9bfeb

Please sign in to comment.