doctrine / couchdb-odm

A Document Mapper based on CouchDB
http://www.doctrine-project.org
MIT License
150 stars 53 forks source link

Composer install fail #106

Closed howtomakeaturn closed 9 years ago

howtomakeaturn commented 9 years ago

After I type this

composer require "doctrine/couchdb-odm:dev-master"

I got the following message

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

  Problem 1
    - The requested package doctrine/couchdb-odm could not be found in any version, there may be a typo in the package name.

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.

Installation failed, reverting ./composer.json to its original content.

How should I fix it ?

Thanks!

Ocramius commented 9 years ago

Try with:

composer require "doctrine/couchdb-odm:dev-master@DEV"

Closing as non-issue.