When attempting to install this package with the composer default configuration, I got this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for wabel/zoho-crm-orm 1.0.x-dev@dev -> satisfiable by wabel/zoho-crm-orm[1.0.x-dev].
- wabel/zoho-crm-orm 1.0.x-dev requires gossi/php-code-generator dev-master -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
The solution was to add this to the composer.json file:
"minimum-stability": "dev",
"prefer-stable": true,
Can you please take a look at this or add it to the documentation in case this is needed?
When attempting to install this package with the composer default configuration, I got this error:
The solution was to add this to the composer.json file:
Can you please take a look at this or add it to the documentation in case this is needed?