Skip to content

Commit ad66cc8

Browse files
committed
Update README.md
1 parent acc6ed0 commit ad66cc8

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,14 @@ the OTP generation by yourself - see API `credentials/sendOTP` (11.8).
3333

3434
To 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)
3838
component can be found [here](https://manuals.setasign.com/setapdf-signer-manual/getting-started/#index-1).
3939

4040
We'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
{

0 commit comments

Comments
 (0)