summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-01 08:04:53 +0100
committerRemi Collet <remi@remirepo.net>2018-11-01 08:04:53 +0100
commit515fa99cb092a16b9310f894fce04a0fad1c5150 (patch)
treec48878cfd66585d8e58bacb040d16e187bdccea7 /composer.json
parentf52e0c22e19a142fb5fc09ef153cacdd660c1c68 (diff)
update to 4.2.5
switch to phpunit6
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 16054d7..d6e1c09 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "phpmyadmin/sql-parser",
"description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
- "license": "GPL-2.0+",
+ "license": "GPL-2.0-or-later",
"keywords": ["sql", "lexer", "parser", "analysis"],
"homepage": "https://github.com/phpmyadmin/sql-parser",
"authors": [
@@ -20,8 +20,9 @@
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
+ "sami/sami": "^4.0",
"phpunit/php-code-coverage": "*",
- "phpunit/phpunit": "~4.8 || ~5.7"
+ "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"