fpdm icon indicating copy to clipboard operation
fpdm copied to clipboard

Short error

Open JamilBousquet opened this issue 7 years ago • 1 comments

Note that composer require shihjay2/fpdf

Will give an error; works with

composer require shihjay2/fpdm

JamilBousquet avatar Dec 11 '18 13:12 JamilBousquet

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

codeshell avatar Jun 11 '19 15:06 codeshell