Skip to content

Commit 0fe17b2

Browse files
committed
Allow phpunit 7.x
Ref: https://stackoverflow.com/a/44331140/5155484 Signed-off-by: William Desportes <[email protected]>
1 parent c8a02c4 commit 0fe17b2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"sami/sami": "^4.0",
2424
"phpunit/php-code-coverage": "*",
25-
"phpunit/phpunit": "~4.8 || ~5.7 || ~6.5",
25+
"phpunit/phpunit": "~4.8 || ~5.7 || ~6.5 || ^7.0",
2626
"squizlabs/php_codesniffer": "~2.9 || ~3.4"
2727
},
2828
"conflict": {

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
convertNoticesToExceptions="true"
1010
convertWarningsToExceptions="true"
1111
processIsolation="false"
12-
stopOnFailure="false"
13-
syntaxCheck="false">
12+
stopOnFailure="false">
1413
<logging>
1514
<log type="coverage-clover" target="coverage.xml" />
1615
</logging>

0 commit comments

Comments
 (0)