Skip to content

Commit

Permalink
Merge pull request #1 from gathercontent/feature/php8-upgrade
Browse files Browse the repository at this point in the history
Update to PHPunit 9 and a PHP8 support
  • Loading branch information
lukerenfrew authored Feb 26, 2021
2 parents 47c0195 + 46ff770 commit a390be7
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 a390be7

Please sign in to comment.