File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.2.0] - 2021-02-05
8
+ ### Added
9
+ - Added support for PHP 8
10
+ - Updated PDF libraries
11
+
7
12
## [ 2.1.0] - 2020-12-19
8
13
### Added
9
14
- Total page count is now available via placeholder ` __PDF_TPC__ `
10
15
11
16
## [ 2.0.0] - 2020-11-05
12
17
### 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
14
19
15
20
## [ 1.4.0] - 2020-10-15
16
21
### Changed
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"require" : {
28
- "php" : " ^5.6|^7" ,
29
- "dompdf/dompdf" : " ^0.8" ,
28
+ "php" : " ^5.6|^7|^8 " ,
29
+ "dompdf/dompdf" : " ^0.8|^1.0 " ,
30
30
"setasign/fpdi" : " ^2.0" ,
31
- "setasign/fpdi- fpdf" : " ^2"
31
+ "setasign/fpdf" : " ^1.8| ^2"
32
32
},
33
33
"require-dev" : {
34
34
"phpunit/phpunit" : " ^7" ,
You can’t perform that action at this time.
0 commit comments