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

Installation instructions recommend dev-master version #78

Closed
dominics opened this issue Nov 16, 2015 · 1 comment
Closed

Installation instructions recommend dev-master version #78

dominics opened this issue Nov 16, 2015 · 1 comment

Comments

@dominics
Copy link

The 'createapp' step over on Raygun.io recommends installing this library with:

{
  "require": {
    "mindscape/raygun4php": "dev-master"
  }
}

But including the library like that will break if this repo ever breaks BC (e.g. when a 2.0 version is prepared). It'd be better to recommend a version constraint like ~1.6.

Also, using dev-master leads to problems with minimum-stability. If you actually do want people running against a branch rather than a series of tags, the correct approach is to use aliases. That way, when master goes from being 1.x to 2.0-prerelease/alpha, those following the 1.x-dev branch will correctly stop following master.

@mduncan26
Copy link

Closing this issue for now. If you wish to see this issue addressed please create a new issue or post within our forums (https://raygun.com/forums). Thank you.

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