-
Notifications
You must be signed in to change notification settings - Fork 460
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
Composer not intalling #786
Comments
Problem 1 To enable extensions, verify that they are enabled in your .ini files: |
try running |
Problem 1
- Root composer.json requires php ^0.0 but your php version (8.1.6) does not satisfy that requirement.
Problem 2
- Root composer.json requires facade/ignition-code-editor ^1.0 -> satisfiable by facade/ignition-code-editor[1.0.0, 1.0.1, 1.0.x-dev].
- facade/ignition-code-editor[1.0.0, ..., 1.0.x-dev] require php ^7.1 -> your php version (8.1.6) does not satisfy that requirement.
Problem 3
- altek/accountant[v1.2.0, ..., v1.x-dev] require php ^7.1.3 -> your php version (8.1.6) does not satisfy that requirement.
- Root composer.json requires altek/accountant ^1.2 -> satisfiable by altek/accountant[v1.2.0, ..., v1.x-dev].
The text was updated successfully, but these errors were encountered: