Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageRatioFormatter #96

Open
pimpreneil opened this issue Sep 22, 2015 · 2 comments
Open

ImageRatioFormatter #96

pimpreneil opened this issue Sep 22, 2015 · 2 comments

Comments

@pimpreneil
Copy link

Hi there,

I have an issue with the last update of PHPPdf bundle. Indeed, you changed the requirements making it incompatible with the master branch of PHPPdf.
So I tried the last available version of PHPPdf that is not master on packagist but it seems missing a file: "Class "PHPPdf\Core\Formatter\ImageRatioFormatter" dosn't exist or haven't default constructor"

And indeed, after a quick check, I could not find it elsewhere from the master branch...

Thanks for your help,
Arnaud

@pimpreneil
Copy link
Author

The problem still occurs on the latest version of the packages

@pimpreneil
Copy link
Author

The only fix I managed to come up with is the following:

Before:

"psliwa/pdf-bundle":"dev-master",
"psliwa/php-pdf":"1.2.9",

After:

"psliwa/pdf-bundle":"dev-master",
"psliwa/php-pdf":"dev-master as 1.2.9",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant