Skip to content

Conversation

@jakejohns
Copy link
Contributor

  • Support psr/log 1, 2, or 3
  • Support php8 (phpunit was locked to 7)
  • Get rid of deprecation warning for dynamic property creation

phpunit.xml.dist Outdated
</whitelist>
</filter>
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="phpunit.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflicts with the allowed versions in the Composer configuration, 7 and 9.

The local schema file can be used instead:

xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"

composer.json Outdated
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"phpunit/phpunit": "~7.0 || ~9.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakejohns
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants