kingflamez/laravelrave

Issues when installing to Laravel 9 project

sylumx opened this issue · 9 comments

$ 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.

After running all the given commands, I still get the following problem below

$ 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
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.

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

Also getting same issue. I think I'll just use API instead before the package is updated

Are you guys working on this already...