You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This project is not a start of a new PDF generation project in PHP but it is a t
34
34
35
35
## Requirements
36
36
37
-
- PHP >= 5.6
37
+
- PHP >= 7.1
38
38
-[SetaPDF-Core](https://www.setasign.com/core) (All [SetaPDF products](https://www.setasign.com/products/) include SetaPDF-Core)
39
39
-[iconv](http://www.php.net/iconv) or [Multibyte String](http://www.php.net/mbstring)
40
40
-[OpenSSL](http://php.net/openssl)
@@ -60,25 +60,6 @@ Add following to your composer.json:
60
60
61
61
and execute `composer update`. You need to define the `repository` to evaluate the dependency to the [SetaPDF-Core](https://www.setasign.com/core) component (see [here](https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md) for more details).
62
62
63
-
### Evaluation version
64
-
By default this packages depends on a licensed version of the [SetaPDF-Core](https://www.setasign.com/core) component. If you want to use it with an evaluation version please use following in your composer.json:
65
-
66
-
```json
67
-
{
68
-
"require": {
69
-
"setasign/setafpdf": "dev-evaluation"
70
-
},
71
-
"repositories": [
72
-
{
73
-
"type": "composer",
74
-
"url": "https://www.setasign.com/downloads/"
75
-
}
76
-
]
77
-
}
78
-
```
79
-
80
-
Notice that the evaluation branch depends on the version for **PHP 7.1 and up**.
81
-
82
63
### Without Composer
83
64
84
65
Make sure, that the [SetaPDF-Core](https://www.setasign.com/core) component is [installed](https://manuals.setasign.com/setapdf-core-manual/installation/#index-2) and its [autoloader is registered](https://manuals.setasign.com/setapdf-core-manual/getting-started/#index-1) correctly.
0 commit comments