Skip to content

Commit e5ace70

Browse files
committed
Merge branch 'release/2.2.0'
2 parents 71723e5 + bbe4cfa commit e5ace70

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.2.0] - 2021-02-05
8+
### Added
9+
- Added support for PHP 8
10+
- Updated PDF libraries
11+
712
## [2.1.0] - 2020-12-19
813
### Added
914
- Total page count is now available via placeholder `__PDF_TPC__`
1015

1116
## [2.0.0] - 2020-11-05
1217
### Changed
13-
- Upgraded DomPPDF dependency to 0.8.6 and added chroot setting
18+
- Upgraded DomPDF dependency to 0.8.6 and added chroot setting
1419

1520
## [1.4.0] - 2020-10-15
1621
### Changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^5.6|^7",
29-
"dompdf/dompdf": "^0.8",
28+
"php": "^5.6|^7|^8",
29+
"dompdf/dompdf": "^0.8|^1.0",
3030
"setasign/fpdi": "^2.0",
31-
"setasign/fpdi-fpdf": "^2"
31+
"setasign/fpdf": "^1.8|^2"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^7",

0 commit comments

Comments
 (0)