Skip to content

Releases: andi3/phpunit-docgen

v1.0.1

15 Sep 22:31

Choose a tag to compare

changed project name

v1.0.0

15 Sep 22:23
abfbfef

Choose a tag to compare

phpunit: Support 7 & 8 (#3)

* phpunit: Test compatibility to phpUnit 7 & 8

Right now we support phpUnit 6 and nothing else.
This is deprecated but still used by people with PHP 7.0 or less.
Anyhow we step up to phpUnit 7 and 8.

* Adapt current listener
* composer.json:
  * Mark PHP 7.1 as minimum
  * Include symfony as requirement as this is used in the listener
* docker: Add PHP 7.2 for testing purposes

V1

15 Sep 22:20
abfbfef

Choose a tag to compare

V1
phpunit: Support 7 & 8 (#3)

* phpunit: Test compatibility to phpUnit 7 & 8

Right now we support phpUnit 6 and nothing else.
This is deprecated but still used by people with PHP 7.0 or less.
Anyhow we step up to phpUnit 7 and 8.

* Adapt current listener
* composer.json:
  * Mark PHP 7.1 as minimum
  * Include symfony as requirement as this is used in the listener
* docker: Add PHP 7.2 for testing purposes