Skip to content

Commit 003dcd3

Browse files
authored
Update README.md
1 parent a8ea0e6 commit 003dcd3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ 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.*:
55+
For PHP 7.2 - 7.4:
5656
```json
5757
{
5858
"require": {
59-
"setasign/setapdf-signer-addon-cumulo": "dev-trial"
59+
"setasign/setapdf-signer-addon-cumulo": "dev-trial",
60+
"setasign/setapdf-signer_eval_ioncube_php7.1": "^2.40"
6061
},
6162
"repositories": [
6263
{
@@ -70,7 +71,8 @@ For PHP 8.1:
7071
```json
7172
{
7273
"require": {
73-
"setasign/setapdf-signer-addon-cumulo": "dev-trial-8.1"
74+
"setasign/setapdf-signer-addon-cumulo": "dev-trial",
75+
"setasign/setapdf-signer_eval_ioncube_php8.1": "^2.40"
7476
},
7577
"repositories": [
7678
{

0 commit comments

Comments
 (0)