Skip to content

Commit

Permalink
fix(deps): support phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 16, 2024
1 parent 8914363 commit dd51c40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"require-dev": {
"phpstan/phpstan": "^1.11",
"symplify/easy-coding-standard": "^12.1",
"phpunit/phpunit": "^11.1"
"phpunit/phpunit": "^10.5 || ^11.1"
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd" backupGlobals="false" colors="true"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" backupGlobals="false" colors="true"
bootstrap="vendor/autoload.php">
<php>
<ini name="display_errors" value="1"/>
Expand Down
Empty file added src/.gitkeep
Empty file.

0 comments on commit dd51c40

Please sign in to comment.