-
Notifications
You must be signed in to change notification settings - Fork 67
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
Installation problem #3
Comments
Hi, It happens because the constraint I've put on composer.json file for Alternatively, you can add an alias to the version of these dependencies in your
https://getcomposer.org/doc/articles/aliases.md#require-inline-alias Please let me know if you have success or problems using the library with newer versions of dependencies. |
@xthiago Thanks for your response and explanation. I forked your project earlier and have changed the versions and I'll see how I get on. I'm guessing running the tests will reveal if anything is amiss? Thanks again! |
FYI I'm using the following versions of symfony in a forked version of the package:
And get the following in when running the tests:
|
Hi , quite a long later, having upgraded from laravel 5.2 to 5.3 I can't get it working no way. I have done:
And then composer install, but still the error. So, desperate, sorry for the "robbery", I just move all the classes under my custom app/libraries and adapt their namespaces to be autoloaded. But, my trick gets me into a new surprising mess:
What the hell?!?!? I do not really file such basic class in my new Laravel 5.3. FGS !!!! :( :( :( :( Please some help ....nearly 2 days with this (I hate upgrades) |
Sorry for the last comment. I've managed my self to get it working just by:
Not standard, but too much time wasted up now |
Hello everyone, The issues with different versions of symfony has been solved in release v1.0.5 of library by #16. Sorry for that inconvenience. See the release for more details: https://github.com/xthiago/pdf-version-converter/releases/tag/v1.0.5 |
Hi, thanks for this package. I am having some issues installing via composer in a Laravel project (5.3) just wondering how I can fix it. Am I unable to install if Laravel is using a newer version of Syfony?
My console output:
The text was updated successfully, but these errors were encountered: