I'm attempting to install via the admin install button on a Mac running PHP 8, October 3, and laravel valet. The error is:
Root composer.json requires makgabophao/apibuilder-plugin ^1.0, found makgabophao/apibuilder-plugin[dev-master, dev-main] but it does not match the constraint.
Any suggestions? Thank you.
Hi, Please replace the requires line with "makgabophao/apibuilder-plugin": "dev-master"
emmanuel.makgabo14416 said:
Hi, Please replace the requires line with "makgabophao/apibuilder-plugin": "dev-master"
How do I do that? I'm installing it with the install button.
Can I download the plugin and modify it?
Is this something you can remedy in the repo with conditional requirements?
Last updated
Awesome! Here I thought I fixed it by installing via composer ignore dependencies. What version of makgabophao/apibuilder-plugin should be listed in my composer file?
Last updated
baberuth22 said:
Awesome! Here I thought I fixed it by installing via composer ignore dependencies. What version of makgabophao/apibuilder-plugin should be listed in my composer file?
You can install through the backend install button. It will add makgabophao/apibuilder-plugin: ^1.0
to your composer.json file.
1-8 of 8