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

Error installing on php 8.1 #153

Open
shadracnicholas opened this issue Feb 7, 2022 · 4 comments
Open

Error installing on php 8.1 #153

shadracnicholas opened this issue Feb 7, 2022 · 4 comments

Comments

@shadracnicholas
Copy link

shadracnicholas commented Feb 7, 2022

I get this error when try to use the package.

Environment - php8.1, Larevel 8.75

Error:

Problem 1
- mettle/sendportal-core[v2.0.2, ..., v2.0.3] require kriswallsmith/buzz ^1.2 -> satisfiable by kriswallsmith/buzz[1.2.0].
- mettle/sendportal-core[v2.0.0, ..., v2.0.1] require php ^7.3 -> your php version (8.1.0) does not satisfy that requirement.
- kriswallsmith/buzz 1.2.0 requires symfony/options-resolver ^3.4 || ^4.0 || ^5.0 -> found symfony/options-resolver[v3.4.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev] but the package is fixed to v6.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires mettle/sendportal-core ^2.0 -> satisfiable by mettle/sendportal-core[v2.0.0, v2.0.1, v2.0.2, v2.0.3].

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

@awizemann
Copy link

I also get this issue with php 8.1 and laravel 9. Please update the dependency mapping for php 8.

@Kayrah87
Copy link

Same here on laravel 9 and php 8.0

@HeadStudios
Copy link

Yep.... same here... wth. What do we do? Do we downgrade the PHP version?

@sabas sabas mentioned this issue Mar 15, 2023
@mxaadh
Copy link

mxaadh commented Mar 21, 2024

Same

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

Successfully merging a pull request may close this issue.

6 participants
@awizemann @HeadStudios @Kayrah87 @mxaadh @shadracnicholas and others