Skip to content

Commit a8ea0e6

Browse files
authored
Update README.md
1 parent 0853998 commit a8ea0e6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ and execute `composer update`. You need to define the `repository` to evaluate t
5252
By default, this packages depends on a licensed version of the [SetaPDF-Signer](https://www.setasign.com/signer)
5353
component. If you want to use it with a trial version please use following in your composer.json:
5454

55+
For PHP 7.*:
5556
```json
5657
{
5758
"require": {
@@ -65,6 +66,20 @@ component. If you want to use it with a trial version please use following in yo
6566
]
6667
}
6768
```
69+
For PHP 8.1:
70+
```json
71+
{
72+
"require": {
73+
"setasign/setapdf-signer-addon-cumulo": "dev-trial-8.1"
74+
},
75+
"repositories": [
76+
{
77+
"type": "composer",
78+
"url": "https://www.setasign.com/downloads/"
79+
}
80+
]
81+
}
82+
```
6883

6984
## License
7085

0 commit comments

Comments
 (0)