Skip to content

Commit cde86fe

Browse files
authored
Update README.md
1 parent 63ab77f commit cde86fe

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -48,41 +48,6 @@ and execute `composer update`. You need to define the `repository` to evaluate t
4848
[SetaPDF-Signer](https://www.setasign.com/signer) component
4949
(see [here](https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md) for more details).
5050

51-
### Trial version
52-
By default, this packages depends on a licensed version of the [SetaPDF-Signer](https://www.setasign.com/signer)
53-
component. If you want to use it with a trial version please use following in your composer.json:
54-
55-
For PHP 7.2 - 7.4:
56-
```json
57-
{
58-
"require": {
59-
"setasign/setapdf-signer-addon-cumulo": "dev-trial",
60-
"setasign/setapdf-signer_eval_ioncube_php7.1": "^2.40"
61-
},
62-
"repositories": [
63-
{
64-
"type": "composer",
65-
"url": "https://www.setasign.com/downloads/"
66-
}
67-
]
68-
}
69-
```
70-
For PHP 8.1:
71-
```json
72-
{
73-
"require": {
74-
"setasign/setapdf-signer-addon-cumulo": "dev-trial",
75-
"setasign/setapdf-signer_eval_ioncube_php8.1": "^2.40"
76-
},
77-
"repositories": [
78-
{
79-
"type": "composer",
80-
"url": "https://www.setasign.com/downloads/"
81-
}
82-
]
83-
}
84-
```
85-
8651
## License
8752

8853
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)