Skip to content

Commit

Permalink
Merge pull request #52 from sprain/improve-svg-logo-behaviour
Browse files Browse the repository at this point in the history
Fix missing logo in pdfs when using svg format
  • Loading branch information
sprain authored Jun 19, 2020
2 parents c001b34 + 4d878b5 commit 418dbd6
Show file tree
Hide file tree
Showing 24 changed files with 622 additions and 207 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1",
"php": "^7.2",
"symfony/validator": "^3.4|^4.2|^5.0",
"symfony/intl": "^3.4|^4.2|^5.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.3",
"kmukku/php-iso11649": "^1.5",
"endroid/qr-code": "^3.5.3"
"endroid/qr-code": "^3.8.2"
},
"require-dev": {
"phpunit/phpunit": "^6.4|^7.0",
Expand Down
Loading

0 comments on commit 418dbd6

Please sign in to comment.