File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ 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.* :
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
You can’t perform that action at this time.
0 commit comments