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

composer requirements could not be resolved to an installable set of packages #60

Closed
BenaddiRar opened this issue Sep 5, 2020 · 1 comment

Comments

@BenaddiRar
Copy link

  • Jetstream Version: 0.6.4
  • Laravel Version: 7.25.0
  • PHP Version: 7.3.17
  • Env : Homestead (Macos)
  • Database Driver & Version: default in homestead

Description:

I am starting a new project on homestead.
all i did was install the new laravel project "composer create-project --prefer-dist laravel/laravel jetstream"
after that i just required jetstream with "composer require laravel/jetstream"
but I have this error:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- don't install illuminate/support 8.x-dev|don't install laravel/framework v7.27.0
- don't install illuminate/support 8.x-dev|remove laravel/framework v7.27.0
- don't install illuminate/support 8.x-dev|don't install laravel/framework v7.27.0
- laravel/jetstream v0.6.4 requires illuminate/support ^8.0 -> satisfiable by illuminate/support[8.x-dev].
- Installation request for laravel/jetstream ^0.6.4 -> satisfiable by laravel/jetstream[v0.6.4].
- Installation request for laravel/framework (locked at v7.27.0, required as ^7.24) -> satisfiable by laravel/framework[v7.27.0].

Steps To Reproduce:

composer create-project --prefer-dist laravel/laravel jetstream

composer require laravel/jetstream

@BenaddiRar
Copy link
Author

BenaddiRar commented Sep 5, 2020

ok i see it works fine with the new version of laravel 👍

composer create-project --prefer-dist laravel/laravel jetstream dev-develop

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

1 participant