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

Problem with installation #29

Closed
LotJen opened this issue Apr 13, 2023 · 5 comments
Closed

Problem with installation #29

LotJen opened this issue Apr 13, 2023 · 5 comments
Assignees
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@LotJen
Copy link

LotJen commented Apr 13, 2023

Hi,

after executing "composer require dropelikeit/laravel-jms-serializer" the following error occurs:

dropelikeit/laravel-jms-serializer v4.0.0 requires illuminate/http ^8.0|^9.0 -> found illuminate/http[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.5] but these were not loaded, likely because it conflicts with another require.

Laravel version 10.7.1 is installed.

Please help.
Thanks.

@Dropelikeit Dropelikeit added help wanted Extra attention is needed dependencies Pull requests that update a dependency file labels Apr 13, 2023
@Dropelikeit Dropelikeit self-assigned this Apr 13, 2023
@Dropelikeit
Copy link
Owner

Hi @LotJen,

thank you for reporting this issue. This package doesn't currently support Laravel v10. I will release v5 with Laravel 10 support tomorrow morning (04/14/2023 around 10am).

Thank you to using this package! :)

@Dropelikeit Dropelikeit pinned this issue Apr 14, 2023
@Dropelikeit
Copy link
Owner

Hi @LotJen,

I have now released the update to make this package work with Laravel 10. Unfortunately there is a dependency conflict between Laravel version 10 and the JMS/Serializer package.

I have already created a ticket to resolve it in the JMS-Serializer repository. Now unfortunately we have to wait until it is resolved.
schmittjoh/serializer#1482

I apologize for the inconvenience.

@LotJen
Copy link
Author

LotJen commented Apr 14, 2023

Hi @Dropelikeit,

thank you very much for your very quick reply.

@Dropelikeit
Copy link
Owner

Dropelikeit commented Apr 14, 2023

Hi @LotJen ,

I have talked to the developers of the JMS/Serializer package. You can install this package in your Laravel 10 app without any problems. Please use the -W (--with-all-dependencies) flag, it downgrade the installed doctrine/lexer package, so you can use laravel and the JMS/Serializer inside this package.

If you have any problems or need help, do not hesitate to create a issue.

Thank you.

@LotJen
Copy link
Author

LotJen commented Apr 18, 2023

Hi @Dropelikeit,

now it works like a charm.
Thanks very much.

@LotJen LotJen closed this as completed Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants