diff options
author | William Desportes <williamdes@wdes.fr> | 2019-09-25 00:25:10 +0200 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-09-25 00:25:17 +0200 |
commit | 1fe95d9b79279d4062d942b95bb5177467d4a1f3 (patch) | |
tree | c78bd56c8f5a630c7486d9f80991447c1ad905cf | |
parent | 9798cdd11ce18522a8272c260888f03bba581721 (diff) | |
download | sql-parser-1fe95d9b79279d4062d942b95bb5177467d4a1f3.zip sql-parser-1fe95d9b79279d4062d942b95bb5177467d4a1f3.tar.gz sql-parser-1fe95d9b79279d4062d942b95bb5177467d4a1f3.tar.bz2 |
Add support for phpunit 8.0
Ref: #261
Signed-off-by: William Desportes <williamdes@wdes.fr>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -9,3 +9,4 @@ coverage.xml *sw[op] phpunit.xml phpcs.xml +/.phpunit.result.cache diff --git a/composer.json b/composer.json index c525411..73d782e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "sami/sami": "^4.0", "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "^7.4", + "phpunit/phpunit": "^7.4 || ^8.0", "phpmyadmin/coding-standard": "^1.0" }, "conflict": { |