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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -