Skip to content

Commit

Permalink
Added support for PHP 8.0
Browse files Browse the repository at this point in the history
Fixed php file eol
  • Loading branch information
MaximilianKresse committed Dec 7, 2020
1 parent 23d558f commit 34598f2
Show file tree
Hide file tree
Showing 14 changed files with 724 additions and 232 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.php text eol=lf
vendor-bin/**/composer.lock binary
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A SetaPDF-Signer component signature module for the GlobalSign Digital Signing Service.",
"type": "library",
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"guzzlehttp/guzzle": "^6.0",
"setasign/setapdf-signer": "^2.31"
},
Expand Down
Loading

0 comments on commit 34598f2

Please sign in to comment.