Skip to content

Commit 34598f2

Browse files
Added support for PHP 8.0
Fixed php file eol
1 parent 23d558f commit 34598f2

14 files changed

+724
-232
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.php text eol=lf
2+
vendor-bin/**/composer.lock binary

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A SetaPDF-Signer component signature module for the GlobalSign Digital Signing Service.",
44
"type": "library",
55
"require": {
6-
"php": "^7.1",
6+
"php": "^7.1 || ^8.0",
77
"guzzlehttp/guzzle": "^6.0",
88
"setasign/setapdf-signer": "^2.31"
99
},

0 commit comments

Comments
 (0)