-
Notifications
You must be signed in to change notification settings - Fork 114
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
Issues when installing to Laravel 9 project #79
Comments
After running all the given commands, I still get the following problem below $ composer require kingflamez/laravelrave Problem 1 You can also try re-running composer require with an explicit version constraint, e.g. "composer require kingflamez/laravelrave:*" to figure out if any version is installable, or "composer require kingflamez/laravelrave:^2.1" if Installation failed, reverting ./composer.json and ./composer.lock to their original content. |
Latest version - "laravel/framework": "^9.2", |
When I run "composer require kingflamez/laravelrave --dev -w", I get the same problem shared above. |
Ok, thank you @kholiqcode |
Hi, when will this package support Laravel v9? |
where you able to install the package |
I decides to use API... I see the package is not well maintained
…On Sat, 23 Apr 2022, 10:26 Temian1, ***@***.***> wrote:
where you able to install the package
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG63BFYYVBNCGDS6SSVZQILVGOQ2DANCNFSM5QYUIEIA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Also getting same issue. I think I'll just use API instead before the package is updated |
Are you guys working on this already... |
$ composer require kingflamez/laravelrave
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^4.2 for kingflamez/laravelrave
./composer.json has been updated
Running composer update kingflamez/laravelrave
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires kingflamez/laravelrave ^4.2 -> satisfiable by kingflamez/laravelrave[v4.2.0].
- kingflamez/laravelrave v4.2.0 requires illuminate/support ^5.0|^6.0|^7.0|^8.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] 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 kingflamez/laravelrave:*" to figure out if any version is installable, or "composer require kingflamez/laravelrave:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered: