Skip to content

Commit

Permalink
Fix test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 9, 2023
1 parent 3f2918d commit 271abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"minimum-stability": "RC",
"scripts": {
"test": "phpunit",
"test-coverage": "phpunit --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml",
Expand Down

0 comments on commit 271abfb

Please sign in to comment.