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

Dependency problem #3

Open
0fuz opened this issue Feb 27, 2021 · 0 comments
Open

Dependency problem #3

0fuz opened this issue Feb 27, 2021 · 0 comments

Comments

@0fuz
Copy link

0fuz commented Feb 27, 2021

Hello, tried to install on later laravel/nova project and faced with this issue.
I tried composer update before make issue there.
I think core problem that project requires php7.1.3 but mine is 8.0.2

composer require iblacker/nova-log-viewer -W

`Using version ^1.0 for iblacker/nova-log-viewer
./composer.json has been updated
Running composer update iblacker/nova-log-viewer --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- iblacker/nova-log-viewer[1.0.0, ..., v1.0.5] require arcanedev/log-viewer ^4.5 -> satisfiable by arcanedev/log-viewer[4.5.0, ..., v4.7.x-dev].
- arcanedev/log-viewer[4.5.0, ..., v4.5.x-dev] require arcanedev/support ~4.3.0 -> satisfiable by arcanedev/support[4.3.0].
- arcanedev/log-viewer[4.6.0, ..., v4.6.x-dev] require arcanedev/support ~4.4.0 -> satisfiable by arcanedev/support[4.4.0].
- arcanedev/log-viewer[4.7.0, ..., v4.7.x-dev] require arcanedev/support ~4.5.0 -> satisfiable by arcanedev/support[4.5.0].
- arcanedev/support 4.3.0 requires illuminate/filesystem ~5.6.0 -> satisfiable by illuminate/filesystem[v5.6.0, ..., 5.6.x-dev].
- arcanedev/support 4.4.0 requires illuminate/filesystem ~5.7.0 -> satisfiable by illuminate/filesystem[v5.7.0, ..., 5.7.x-dev].
- arcanedev/support 4.5.0 requires illuminate/filesystem ~5.8.0 -> satisfiable by illuminate/filesystem[v5.8.0, ..., 5.8.x-dev].
- iblacker/nova-log-viewer[v1.0.6, ..., v1.0.10] require php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
- illuminate/filesystem[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.

- Root composer.json requires iblacker/nova-log-viewer ^1.0 -> satisfiable by iblacker/nova-log-viewer[1.0.0, ..., v1.0.10].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
`

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

1 participant