Skip to content

Commit

Permalink
Merge pull request #508 from jakzal/update/infection
Browse files Browse the repository at this point in the history
Update infection (0.27 -> 0.29)
  • Loading branch information
jakzal authored Dec 3, 2024
2 parents 8dcf0b5 + 5e9a72b commit add3fe6
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 @@ -10,7 +10,7 @@
"require-dev": {
"phpunit/phpunit": "^10.4",
"zalas/phpunit-globals": "^3.2",
"infection/infection": "^0.27"
"infection/infection": "^0.29"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" colors="true">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" colors="true">
<coverage includeUncoveredFiles="true">
<report>
<clover outputFile="build/coverage.xml"/>
Expand Down

0 comments on commit add3fe6

Please sign in to comment.