symfony - composer require: "Could not find package alchemyai/alchemyapi_php" -
- i follow instruction here install alchemyapi_php package in symfony2: https://packagist.org/packages/alchemyai/alchemyapi_php
- i error:
[invalidargumentexception] not find package alchemyai/alchemyapi_php @ version minimum-stability (stable). check package spelling or minimum-stability - what possibly wrong?
it turns out simple, needed add "dev-master" version so: composer require alchemyai/alchemyapi_php "dev-master"
note: according symfony2 official document "version-number" optional http://symfony.com/doc/current/cookbook/bundles/installation.html
Comments
Post a Comment