liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony

Home Page:http://liip.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag 1.9.3 was removed

dominikzogg opened this issue · comments

Until yesterday the bundle was installable by the tag 1.9.3 side by side with phpunit 7.5 and worked for our project, now the tag is gone and we're in a situation we cannot recover, cause no newer version is stable and supports phpunit 7.5.

The commit 8032910 was tagged 1.9.3.

what is the issue with 1.9.5?

@alexislefebvre I guess we could try to get a 1.94.1 one released that disallows Symfony 4 but works for phpunit 7 and Symfony 3. wdyt?

Sorry for the inconvenience.

Does https://packagist.org/packages/liip/functional-test-bundle#1.10.0 fit your needs?

@alexislefebvre we're using phpunit 7.5, so no

Sorry, I missed that it was noted in Conflicts. 🙈

I upgraded dependencies in #508, it could be released as 1.11.0 (because requiring PHP 7.1 is a great change, and 1.10.0 is the last release from master, not 1.9 😉).

It would work for me; I am running PHP 7.2 and PHPUnit 7.5, but can’t upgrade to Symfony 3.4 quite yet. I’ll fire up a test run tomorrow. Thanks.