File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " >=8.0 " ,
21+ "php" : " >=5.6 " ,
2222 "ext-dom" : " *" ,
2323 "ext-sqlite3" : " *" ,
2424 "ext-xmlreader" : " *"
Original file line number Diff line number Diff line change 11<?php
2- namespace phpdotnet \phd \Format \ Abstract ;
2+ namespace phpdotnet \phd \Format ;
33
44use phpdotnet \phd \Format ;
55
Original file line number Diff line number Diff line change 11<?php
2- namespace phpdotnet \phd \Format \ Abstract ;
2+ namespace phpdotnet \phd \Format ;
33
44use phpdotnet \phd \Format ;
55
Original file line number Diff line number Diff line change 11<?php
2- namespace phpdotnet \phd \Format \ Abstract ;
2+ namespace phpdotnet \phd \Format ;
33
44class PdfWriter {
55 // Font type constants (for setFont())
Original file line number Diff line number Diff line change 11<?php
2- namespace phpdotnet \phd \Format \ Abstract ;
2+ namespace phpdotnet \phd \Format ;
33
44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
Original file line number Diff line number Diff line change 33
44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
6- use phpdotnet \phd \Format \Abstract \ Manpage as ManpageAbstract ;
6+ use phpdotnet \phd \Format \Manpage as ManpageAbstract ;
77use phpdotnet \phd \Reader ;
88use phpdotnet \phd \Render ;
99
Original file line number Diff line number Diff line change 33
44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
6- use phpdotnet \phd \Format \Abstract \ PDF as AbstractPDF ;
7- use phpdotnet \phd \Format \Abstract \ PdfWriter ;
6+ use phpdotnet \phd \Format \PDF as AbstractPDF ;
7+ use phpdotnet \phd \Format \PdfWriter ;
88use phpdotnet \phd \Reader ;
99
1010abstract class PDF extends AbstractPDF {
Original file line number Diff line number Diff line change 33
44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
6- use phpdotnet \phd \Format \Abstract \ XHTML as AbstractXHTML ;
6+ use phpdotnet \phd \Format \XHTML as AbstractXHTML ;
77use phpdotnet \phd \Reader ;
88use phpdotnet \phd \ReaderKeeper ;
99use phpdotnet \phd \Render ;
Original file line number Diff line number Diff line change 33
44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
6- use phpdotnet \phd \Format \Abstract \ PdfWriter ;
6+ use phpdotnet \phd \Format \PdfWriter ;
77use phpdotnet \phd \Reader ;
88use phpdotnet \phd \Render ;
99
Original file line number Diff line number Diff line change 33
44use phpdotnet \phd \Config ;
55use phpdotnet \phd \Format ;
6- use phpdotnet \phd \Format \Abstract \ PdfWriter ;
6+ use phpdotnet \phd \Format \PdfWriter ;
77use phpdotnet \phd \Package \Generic \PDF as GenericPDF ;
88use phpdotnet \phd \Reader ;
99use phpdotnet \phd \Render ;
You can’t perform that action at this time.
0 commit comments