dinkbit / conekta-cashier

Laravel + Conekta = Painless subscription billing. http://laravel.com
MIT License
34 stars 22 forks source link

Problemas with install #2

Closed jfreites closed 9 years ago

jfreites commented 9 years ago

Hi,

I have problems trying to use your package:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for dinkbit/conekta-cashier dev-master -> satisfiable by dinkbit/conekta-cashier[dev-master].
    - dinkbit/conekta-cashier dev-master requires conekta/conekta-php 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.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
codemoe commented 9 years ago

Hi,

Just updated the composer file to require a specific version of conekta-php.

Please try again and let us know if you have any other issue

jfreites commented 9 years ago

Everything is fine now, thanks!