symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.9k stars 213 forks source link

Bumping branch alias #513

Closed weaverryan closed 2 years ago

weaverryan commented 2 years ago

The current branch alias was actually incorrect (if we create a 1.x branch, we should fix that) - it causes Packagist to think that 1.1.1 > the latest commit - you can see this in the order of versions on the right - https://packagist.org/packages/symfony/panther.

This makes installing the Symfony 6 support for Panther difficult (minimum-stability: "dev" is not enough, because it thinks 1.1.1 is newer).

This should help us install Panther on Symfony UX tests, and make the main branch ready to be the "2.x" branch.

dunglas commented 2 years ago

Thanks