Skip to content

Commit

Permalink
Update to PHPunit 9 and a PHP8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerenfrew committed Feb 19, 2021
1 parent 47c0195 commit 46ff770
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 119 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
}
],
"require": {
"php": ">=5.3.0",
"beberlei/assert": "2.3"
"php": ">=7.3",
"beberlei/assert": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/phpunit": "9.*",
"squizlabs/php_codesniffer": "1.*"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"

>
<testsuites>
<testsuite name="Htmldiff Tests">
Expand Down
Loading

0 comments on commit 46ff770

Please sign in to comment.