We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was getting below error when trying to run composer update on my project. The composer.json file doesn't have PHP8.3 decency added.
Issue : reach-digital/magento2-betterindexers 1.0.0 requires php ~7.0.0|~7.1.0|~7.2.0 -> your php version (8.3.10) does not satisfy that requirement.
Resolution: Please update php8.3 dependancy in composer.json
The text was updated successfully, but these errors were encountered:
I have added PR for it : #15 Please review and merge.
Sorry, something went wrong.
No branches or pull requests
I was getting below error when trying to run composer update on my project.
The composer.json file doesn't have PHP8.3 decency added.
Issue :
reach-digital/magento2-betterindexers 1.0.0 requires php ~7.0.0|~7.1.0|~7.2.0 -> your php version (8.3.10) does not satisfy that requirement.
Resolution:
Please update php8.3 dependancy in composer.json
The text was updated successfully, but these errors were encountered: