Open maxruby opened 4 years ago
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.
This library is deprecated, please use the general PHP client available here: https://github.com/pdfgeneratorapi/php-client
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).