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 when run packages with laravel 10 #159

Open
khamsolt opened this issue Feb 24, 2023 · 2 comments
Open

Problem when run packages with laravel 10 #159

khamsolt opened this issue Feb 24, 2023 · 2 comments

Comments

@khamsolt
Copy link

Hey guys =)
I have a problem

Using version ^2.8 for jeroen-g/laravel-packager
./composer.json has been updated
Running composer update jeroen-g/laravel-packager
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires jeroen-g/laravel-packager ^2.8 -> satisfiable by jeroen-g/laravel-packager[2.8.0].
    - jeroen-g/laravel-packager 2.8.0 requires illuminate/support ^5.0|^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.4] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require jeroen-g/laravel-packager:*" to figure out if any version is installable, or "composer require jeroen-g/laravel-packager:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
@Jeroen-G
Copy link
Owner

Fixed in master with #158

Will tag release when I have tested it.

@ahosker
Copy link

ahosker commented May 11, 2023

Thanks for this. I manualy changed the composer.json in the created package to get it working again, as in #158

"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants