File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ and execute `composer update`. You need to define the `repository` to evaluate t
5252By default, this packages depends on a licensed version of the [ SetaPDF-Signer] ( https://www.setasign.com/signer )
5353component. 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 {
You can’t perform that action at this time.
0 commit comments