Skip to content

Commit

Permalink
Bump phpunit to 10.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yethee committed May 14, 2024
1 parent aee7685 commit ab25c89
Show file tree
Hide file tree
Showing 2 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 @@ -12,7 +12,7 @@
"doctrine/coding-standard": "^12.0",
"mikey179/vfsstream": "^1.6.11",
"phpbench/phpbench": "^1.2",
"phpunit/phpunit": "^10.3",
"phpunit/phpunit": "^10.5.20",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "5.23.1"
},
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheResultFile=".cache/phpunit/test-results"
executionOrder="depends,defects"
Expand Down

0 comments on commit ab25c89

Please sign in to comment.