Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum stability #3

Closed
Fabryz opened this issue Jan 28, 2014 · 1 comment
Closed

Minimum stability #3

Fabryz opened this issue Jan 28, 2014 · 1 comment
Milestone

Comments

@Fabryz
Copy link

Fabryz commented Jan 28, 2014

Hello,
I'm trying to install browser-detect on my Laravel 4.1 and I'm unable to install the dev-master version nor the 0.9.2.

$ php composer.phar update                      
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
    - Installation request for hisorange/browser-detect 0.9.2 -> satisfiable by hisorange/browser-detect[0.9.2].
    - hisorange/browser-detect 0.9.2 requires yzalis/ua-parser dev-master -> no matching package found.

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.

I have "minimum-stability": "stable" specified in my composer.json and I for safety I want to keep it. Is it possible to make a stable release?

@hisorange
Copy link
Owner

Composer will identify a package stable if it passed v1.0.0 in semantic versioning, since this package still waiting for the Mobile Detect 3.0 for the 1.0.0 stable release, you can use.

"minimum-stability": "dev"

Most of the package starts from 1.0.0 and rarelly useing beta or pre releases and those passes the "stable" criterium.

@hisorange hisorange added this to the v1.0.0 milestone Mar 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants