We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tenanti cannot be installed with Laravel 9. Are there plans to update this package?
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].
Tenanti installs without errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Tenanti cannot be installed with Laravel 9. Are there plans to update this package?
Steps To Reproduce:
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.
The text was updated successfully, but these errors were encountered: