phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 241 forks source link

Fix branch alias #539

Closed derrabus closed 2 years ago

derrabus commented 3 years ago

Because the composer.json file of the master branch tells Composer that master contains versions 1.11.x-dev, Composer believes that the master branch is behind the current release 1.13.0.

Bildschirmfoto 2021-08-18 um 19 12 29

This PR proposes to change the alias to 1.x-dev which would tell Composer that the master branch is always ahead of any tagged 1.x release. This would remove the need of regularly bumping that setting. I also believe that the proposed setting reflects the current development workflow on this repository better.