File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,14 @@ the OTP generation by yourself - see API `credentials/sendOTP` (11.8).
3333
3434To use this package you need access to a CSC API (v0).
3535
36- This package is developed and tested on PHP >= 7.1 . Requirements of the
36+ This package is developed and tested on PHP >= 7.3 up to PHP 8.5 . Requirements of the
3737[ SetaPDF-Signer] ( https://www.setasign.com/signer )
3838component can be found [ here] ( https://manuals.setasign.com/setapdf-signer-manual/getting-started/#index-1 ) .
3939
4040We're using [ PSR-17 (HTTP Factories)] ( https://www.php-fig.org/psr/psr-17/ ) and
4141[ PSR-18 (HTTP Client)] ( https://www.php-fig.org/psr/psr-18/ ) for the requests. So you'll need an implementation of
42- these. We recommend using Guzzle.
42+ these. We recommend using Guzzle:
4343
44- ### For PHP 7.1
45- ```
46- "require" : {
47- "guzzlehttp/guzzle": "^6.5",
48- "http-interop/http-factory-guzzle": "^1.0",
49- "mjelamanov/psr18-guzzle": "^1.3"
50- }
51- ```
52-
53- ### For >= PHP 7.2
5444```
5545 "require" : {
5646 "guzzlehttp/guzzle": "^7.0",
@@ -64,7 +54,7 @@ Add following to your composer.json:
6454``` json
6555{
6656 "require" : {
67- "setasign/setapdf-signer-addon-csc" : " ^1.1 "
57+ "setasign/setapdf-signer-addon-csc" : " ^1.2 "
6858 },
6959 "repositories" : [
7060 {
You can’t perform that action at this time.
0 commit comments