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

Incompatible with Laravel 9 #82

Open
jr-brittco opened this issue Jan 10, 2023 · 0 comments
Open

Incompatible with Laravel 9 #82

jr-brittco opened this issue Jan 10, 2023 · 0 comments

Comments

@jr-brittco
Copy link

  • Tenanti Version: 6.3.0
  • Laravel Version: 9.46
  • PHP Version: 8.1.14
  • Database Driver & Version:

Description:

Tenanti cannot be installed with Laravel 9. Are there plans to update this package?

Steps To Reproduce:

  • Add the following to composer.json:
    • "laravel/framework": "^9.46",
    • "orchestra/tenanti": "^6.3.0",
  • Run composer update

Actual Results

Problem 1
- illuminate/contracts[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.14) does not satisfy that requirement.
- Only one of these can be installed: illuminate/contracts[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.28.0, ..., v9.47.0], laravel/framework[v9.46.0, v9.47.0]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
- orchestra/database v6.0.0 requires illuminate/contracts ^8.0 -> satisfiable by illuminate/contracts[v8.0.0, ..., v8.83.27].
- orchestra/model v6.0.0 requires orchestra/database ^6.0 -> satisfiable by orchestra/database[v6.0.0].
- orchestra/tenanti v6.3.0 requires orchestra/model ^6.0 -> satisfiable by orchestra/model[v6.0.0].
- Root composer.json requires orchestra/tenanti ^6.3.0 -> satisfiable by orchestra/tenanti[v6.3.0].
- Root composer.json requires laravel/framework ^9.46 -> satisfiable by laravel/framework[v9.46.0, v9.47.0].

Expected Results

Tenanti installs without errors.

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