Skip to content

v0.2.3

Choose a tag to compare

@rybakit rybakit released this 25 Mar 23:34
  • Fixed checking for non-existent keys in superglobals in the condition requirements. For example, in previous releases

    @requires condition env.AWS_ACCESS_KEY_ID

    would fail with the error Undefined array key "AWS_ACCESS_KEY_ID" if such an environment variable did not exist (see symfony/symfony#21691 for details).

  • Added "setting" to the list of PHPUnit requirements. For example,

    @requires setting display_errors On

    will now be detected as a PHPUnit requirement and passed through to the PHPUnit annotation processor. This requirement has been supported since PHPUnit v7.0, although there is no mention of it in the documentation.

  • Added PHP 8.1 to the test matrix.