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 Nov 13, 2024. It is now read-only.
Thanks for open sourcing this convenient wrapper for the pdfgeneratorapi.
As we just updated our Laravel projects to v6.18.14, I encountered a conflict with the version of Laravel that pdfgeneratorapi-laravel can support.
Could you update this package to support the Laravel version > v6.18 ? If not, would you accept a Merge Request where only the composer dependencies are updated? The reason I formulate it this way is that we do not need the Laravel demo project contained here, and most likely we would have to add tests for the pdfgeneratorapi wrapper methods ourselves anyway (since there are not any contained here).
The text was updated successfully, but these errors were encountered:
Im having a similar problem, Im using laravel 8.75:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires actualreports/pdfgeneratorapi-laravel v1.0.6 -> satisfiable by actualreports/pdfgeneratorapi-laravel[v1.0.6].
- actualreports/pdfgeneratorapi-laravel v1.0.6 requires illuminate/support ~5.1 -> found illuminate/support[v5.1.1, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
Thanks for open sourcing this convenient wrapper for the
pdfgeneratorapi
.As we just updated our Laravel projects to
v6.18.14
, I encountered a conflict with the version of Laravel thatpdfgeneratorapi-laravel
can support.Could you update this package to support the Laravel version >
v6.18
? If not, would you accept a Merge Request where only the composer dependencies are updated? The reason I formulate it this way is that we do not need the Laravel demo project contained here, and most likely we would have to add tests for thepdfgeneratorapi
wrapper methods ourselves anyway (since there are not any contained here).The text was updated successfully, but these errors were encountered: