Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #25

Open
wants to merge 3 commits into
base: 2.x
Choose a base branch
from
Open

Updates #25

wants to merge 3 commits into from

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

</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"

},
"autoload": {
"psr-4": {
"Atlas\\Cli\\": "src/"
}
},
"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.

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.

None yet

2 participants