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

Wrong directions in README.md #277

Closed
andreasciamanna opened this issue Oct 13, 2016 · 1 comment
Closed

Wrong directions in README.md #277

andreasciamanna opened this issue Oct 13, 2016 · 1 comment
Milestone

Comments

@andreasciamanna
Copy link

The "prefer-stable" property must be in the package root and not in the requirements property.

I might be wrong, but for sure the way is proposed in the README.md doesn't work for me, as far as I know, is not supposed to work that way.

I'm talking about this:

"require-dev": {
   "squizlabs/php_codesniffer": "*",
   "wimg/php-compatibility": "*",
   "simplyadmire/composer-plugins" : "@dev",
   "prefer-stable" : true
},

It should be like that instead:

{
  ...
  "prefer-stable" : true,
  "require-dev": {
    "squizlabs/php_codesniffer": "*",
    "wimg/php-compatibility": "*",
    "simplyadmire/composer-plugins" : "@dev"
  },
...
}
@wimg
Copy link
Member

wimg commented Oct 25, 2016

Thanks for reporting. This has been corrected.

@wimg wimg closed this as completed Oct 25, 2016
@jrfnl jrfnl added this to the 7.0.8 milestone May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants