summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-09-25 00:25:10 +0200
committerWilliam Desportes <williamdes@wdes.fr>2019-09-25 00:25:17 +0200
commit1fe95d9b79279d4062d942b95bb5177467d4a1f3 (patch)
treec78bd56c8f5a630c7486d9f80991447c1ad905cf
parent9798cdd11ce18522a8272c260888f03bba581721 (diff)
downloadsql-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--.gitignore1
-rw-r--r--composer.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 05e6fc2..8ac441b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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": {