From 515fa99cb092a16b9310f894fce04a0fad1c5150 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Nov 2018 08:04:53 +0100 Subject: update to 4.2.5 switch to phpunit6 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') 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" -- cgit