Skip to content

Commit

Permalink
Merge pull request Setasign#108 from Setasign/development
Browse files Browse the repository at this point in the history
Fixed some minor bugs and code styling
  • Loading branch information
MaximilianKresse authored Aug 6, 2020
2 parents 5e3eb68 + c4377b8 commit abb3abd
Show file tree
Hide file tree
Showing 56 changed files with 434 additions and 323 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor
/phpstan.phar
/composer.phar
/composer.phar
/tests/visual/**/compare/
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"phpunit/phpunit": "~5.7",
"setasign/fpdf": "~1.8",
"tecnickcom/tcpdf": "~6.2",
"setasign/tfpdf": "1.31"
"setasign/tfpdf": "1.31",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit abb3abd

Please sign in to comment.