You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Hi
I use this package Can not Update Composer .
my php cli version of server is 7.4 in composer update command show this error :
- mpdf/mpdf v7.1.9 requires php ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 -> your php version (7.4.28) does not satisfy that requirement.
- niklasravnsborg/laravel-pdf v3.1.0 requires mpdf/mpdf ^7.0 -> satisfiable by mpdf/mpdf[v7.1.9].
- niklasravnsborg/laravel-pdf is locked to version v3.1.0 and an update of this package was not requested.
The text was updated successfully, but these errors were encountered:
Hey,
I have linked a pull request to this that I believe should fix this.
An alternative would be to use composer require niklasravnsborg/laravel-pdf --ignore-platform-reqs --ignore-platform-reqs ignores platform requirements and it will force the installation regardless of platform requirements.
Be careful with this though; just because you can force install it, it doesn't mean it will work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I use this package Can not Update Composer .
my php cli version of server is 7.4 in composer update command show this error :
The text was updated successfully, but these errors were encountered: