Skip to content

Commit

Permalink
Merge pull request #252 from sprain/sdespont-qr-code-options
Browse files Browse the repository at this point in the history
Allow to use non-compact QR codes with TcPdfOutput
  • Loading branch information
sprain committed May 16, 2024
2 parents c5e69dd + e8f2cf6 commit 3728cd1
Show file tree
Hide file tree
Showing 35 changed files with 6,211 additions and 4,633 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/example/HtmlOutput/html-example.htm
/example/FpdfOutput/fpdf_example.pdf
/.php-cs-fixer.cache
/composer.lock
.idea/
Loading

0 comments on commit 3728cd1

Please sign in to comment.