mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Can't install the package #13

Closed jgoux closed 10 years ago

jgoux commented 10 years ago

Hi, I have this following error when I try to install your package :

Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - mitch/laravel-doctrine 0.3.4 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.3.3 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.3.2 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.3.1 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.3.0 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.2.4 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.2.3 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.2.2 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.2.1 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.1.2 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.1.1 requires doctrine/orm 2.5.* -> no matching package found.
    - mitch/laravel-doctrine 0.1 requires doctrine/orm 2.5.* -> no matching package found.
    - Installation request for mitch/laravel-doctrine 0.* -> satisfiable by mitch/laravel-doctrine[0.1, 0.1.1, 0.1.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4].
jgoux commented 10 years ago

Nevermind, I just saw your https://github.com/mitchellvanw/laravel-doctrine#caveats section. Can I define the dev stability for your package and its dependencies only ? Because it updated all my other dependencies to the dev stability. :/