Skip to content

Commit

Permalink
Merge pull request #32 from petrparolek/php7.4
Browse files Browse the repository at this point in the history
Php7.4
  • Loading branch information
petrparolek authored Jan 22, 2020
2 parents a67b0d6 + e0cb1ae commit 65da289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0",
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
"mpdf/mpdf": "~8.0.0"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PDF Response for Nette 2
PDF Response for Nette
===

[![Build Status](https://travis-ci.org/Joseki/PdfResponse.svg?branch=master)](https://travis-ci.org/Joseki/PdfResponse)
Expand Down Expand Up @@ -155,5 +155,5 @@ public function actionPdf()
See also
---

- [Nette forum](http://forum.nette.org/cs/3726-addon-pdfresponse-pdfresponse) (czech)
- [Nette Addons](http://addons.nette.org/joseki/pdf-response)
- [Nette forum](https://forum.nette.org/cs/3726-addon-pdfresponse-pdfresponse) (czech)
- [Componette](https://componette.com/joseki/pdfresponse/)

0 comments on commit 65da289

Please sign in to comment.