fpdm
fpdm copied to clipboard
Short error
Note that
composer require shihjay2/fpdf
Will give an error; works with
composer require shihjay2/fpdm
Hi @JamilBousquet mind adding some additional information? There is no such package as shihjay2/fpdf while shihjay2/fpdm takes a different approach making fpdm available via namespaces (psr-4) [better for new projects, might break legacy projects].
In general, FPDF and FPDM are totally unrelated to each other (other than being from the same author). There are no dependencies.
To install FPDF alongside FPDM using the 'old' way of autoloading classmaps, I'd suggest composer require setasign/fpdf and composer require tmw/fpdm