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

Issues when installing to Laravel 9 project #79

Open
sylumx opened this issue Mar 15, 2022 · 12 comments
Open

Issues when installing to Laravel 9 project #79

sylumx opened this issue Mar 15, 2022 · 12 comments

Comments

@sylumx
Copy link

sylumx commented Mar 15, 2022

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

@sylumx
Copy link
Author

sylumx commented Mar 15, 2022

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.

@sylumx
Copy link
Author

sylumx commented Mar 15, 2022

Latest version - "laravel/framework": "^9.2",

@sylumx
Copy link
Author

sylumx commented Mar 15, 2022

When I run "composer require kingflamez/laravelrave --dev -w", I get the same problem shared above.

@sylumx
Copy link
Author

sylumx commented Mar 15, 2022

Ok, thank you @kholiqcode

@sylumx
Copy link
Author

sylumx commented Mar 16, 2022

Hi, when will this package support Laravel v9?

@Temian1
Copy link

Temian1 commented Apr 23, 2022

where you able to install the package

@sylumx
Copy link
Author

sylumx commented Apr 23, 2022 via email

@emyu01
Copy link

emyu01 commented Apr 24, 2022

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

@Bazzly
Copy link

Bazzly commented Nov 21, 2022

Are you guys working on this already...

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

5 participants
@Bazzly @sylumx @Temian1 @emyu01 and others