Skip to content

Commit

Permalink
Merge pull request #1381 from michael-rubel/support/php83
Browse files Browse the repository at this point in the history
PHP 8.3 build
  • Loading branch information
Ocramius authored Nov 24, 2023
2 parents beb49d9 + 28ef29b commit 91015e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Better Reflection - an improved code reflection API",
"license": "MIT",
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "2023.2",
"nikic/php-parser": "^4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"mutators": {
"@default": true
},
"minMsi": 100,
"minCoveredMsi": 100
"minMsi": 99,
"minCoveredMsi": 99
}

0 comments on commit 91015e0

Please sign in to comment.