File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff 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
8853This package is open-sourced software licensed under the [ MIT license] ( https://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments