washingmachine icon indicating copy to clipboard operation
washingmachine copied to clipboard

version 2.0 with stability=dev

Open lowtower opened this issue 7 years ago • 0 comments

Hello,

in the README is said, that washingmachine is being installed with

test:
  before_script:
   - cd /root && composer create-project thecodingmachine/washingmachine washingmachine ^2.0

That doesn't work today because one has to set stability to dev

test:
  before_script:
   - cd /root && composer create-project --stability=dev thecodingmachine/washingmachine washingmachine ^2.0

This results in the request to either publish version 2.0 as stable or change the README.

lowtower avatar Apr 18 '18 11:04 lowtower