Skip to content

Commit

Permalink
Allow PHP 7.4 in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
finwe committed Nov 28, 2019
1 parent ca1433a commit 9220041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PHP versions and extensions

- `mPDF >=7.0` is supported on PHP `^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0`
- `PHP 7.3` is supported since `mPDF v7.1.7`
- `PHP 7.4` is supported in `development` branch, official release will be out with stable PHP
- `PHP 7.4` is supported since `mPDF v8.0.4`


PHP `mbstring` and `gd` extensions have to be loaded.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

"require": {

"php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
"php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",

"ext-gd": "*",
"ext-mbstring": "*",
Expand Down

0 comments on commit 9220041

Please sign in to comment.