Skip to content

Commit 1541bde

Browse files
committed
Merge branch 'master' into development
2 parents fa7fbd9 + ac9552e commit 1541bde

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff 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
3434

3535
## Requirements
3636

37-
- PHP >= 5.6
37+
- PHP >= 7.1
3838
- [SetaPDF-Core](https://www.setasign.com/core) (All [SetaPDF products](https://www.setasign.com/products/) include SetaPDF-Core)
3939
- [iconv](http://www.php.net/iconv) or [Multibyte String](http://www.php.net/mbstring)
4040
- [OpenSSL](http://php.net/openssl)
@@ -60,25 +60,6 @@ Add following to your composer.json:
6060

6161
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).
6262

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-
8263
### Without Composer
8364

8465
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

Comments
 (0)