when trying to install this bundle on my sf4 project with
symfony composer require ensepar/html2pdf-bundle
i got this error:
Using version ^4.0 for ensepar/html2pdf-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "4.4.*"
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for vdc/vdc dev-master -> satisfiable by vdc/vdc[dev-master].
- ensepar/html2pdf-bundle v4.0.0 requires symfony/symfony >=2.0 -> satisfiable by symfony/symfony[v4.4.0, v4.4.1].
- symfony/symfony v4.4.0 conflicts with vdc/vdc[dev-master].
- symfony/symfony v4.4.1 conflicts with vdc/vdc[dev-master].
- Installation request for ensepar/html2pdf-bundle ^4.0 -> satisfiable by ensepar/html2pdf-bundle[v4.0.0].
Installation failed, reverting ./composer.json to its original content.
exit status 2
I do not understand this issue and know how can I solve this?Many thanks,
Hello @OwlyCode
when trying to install this bundle on my sf4 project with
symfony composer require ensepar/html2pdf-bundle
i got this error:
I do not understand this issue and know how can I solve this? Many thanks,
my composer.json: