You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered some issues when trying to run the composer require orangehill/iseed command in Laravel 8, I think the package's composer file needs to be adjusted. The error is shown below:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- orangehill/iseed[v2.6, ..., v2.6.1] require illuminate/support ^5.3.8 -> found illuminate/support[v5.3.16, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
- orangehill/iseed[v2.6.2, ..., v2.6.4] require php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.
- Root composer.json requires orangehill/iseed ^2.6 -> satisfiable by orangehill/iseed[v2.6, ..., v2.6.4].
The text was updated successfully, but these errors were encountered:
I encountered some issues when trying to run the
composer require orangehill/iseed
command in Laravel 8, I think the package's composer file needs to be adjusted. The error is shown below:Your requirements could not be resolved to an installable set of packages.
Problem 1
- orangehill/iseed[v2.6, ..., v2.6.1] require illuminate/support ^5.3.8 -> found illuminate/support[v5.3.16, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
- orangehill/iseed[v2.6.2, ..., v2.6.4] require php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.
- Root composer.json requires orangehill/iseed ^2.6 -> satisfiable by orangehill/iseed[v2.6, ..., v2.6.4].
The text was updated successfully, but these errors were encountered: