Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Error On Installing PackageNot Nound #27

Closed
mohammadmojrian opened this issue Mar 9, 2014 · 7 comments
Closed

Error On Installing PackageNot Nound #27

mohammadmojrian opened this issue Mar 9, 2014 · 7 comments

Comments

@mohammadmojrian
Copy link

Problem 1
- Installation request for atrauzzi/laravel-doctrine dev-master -> satisfiable by atrauzzi/laravel-doctrine[dev-master].
- atrauzzi/laravel-doctrine dev-master requires doctrine/migrations 1.0.*@dev -> no matching package found.

@atrauzzi
Copy link
Owner

atrauzzi commented Mar 9, 2014

Give it a shot now and let me know.

@alex6o
Copy link

alex6o commented Mar 15, 2014

hi! same issue here
Problem 1
- Installation request for atrauzzi/laravel-doctrine dev-master -> satisfiable by atrauzzi/laravel-doctrine[dev-master].
- atrauzzi/laravel-doctrine dev-master requires doctrine/migrations 1.* -> no matching package found.

@sywesk
Copy link

sywesk commented Mar 17, 2014

Same issue here !

Problem 1

  • Installation request for atrauzzi/laravel-doctrine dev-master -> satisfiable by atrauzzi/laravel-doctrine[dev-master].
  • atrauzzi/laravel-doctrine dev-master requires doctrine/migrations 1.* -> no matching package found.

@sywesk
Copy link

sywesk commented Mar 17, 2014

Well i found the problem. doctrine/migrations is in dev.
By default, composer set the minimum statibility to "stable", so composer can't find any package matching the requirements. Just set minimum-stability to dev and that's all.

"minimum-stability": "dev"

@jurosh
Copy link

jurosh commented Mar 21, 2015

this means that package is not ready for production ?

@atrauzzi
Copy link
Owner

It means the Doctrine dependency isn't.

@jurosh
Copy link

jurosh commented Mar 21, 2015

but isn't possible to use some stable version of doctrine ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants