Open sileence opened 9 years ago
Thanks for this feedback Duilio !
We're really busy on implementing new API connectors for oder services we use here at Wabel. We'll make the correction as soon as we can, but we would really appreciate if you could make a pull request ! https://help.github.com/articles/using-pull-requests/
Thanks again !
Michaël WIZMAN Lead Developer
[image: http://zohopublic.com/zohocampaigns/1_zc_v1_2825000000484018.png] 27 - 33 avenue des Champs Elysées - 75008 Paris Phone : +33 (0)6 03 57 47 62 Skype: michael.wizman
2015-10-27 13:18 GMT+01:00 Duilio Palacios notifications@github.com:
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?
— Reply to this email directly or view it on GitHub https://github.com/Wabel/zoho-crm-orm/issues/7.
The issue is really with the php-code-generator package that should tag a stable release. I just opened an issue on the issue tracker there.
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?