From 301ec09d5a9c092b083609f69172da1b364e1c15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2019 09:06:10 +0100 Subject: - update to 4.2.5 - sources from git snapshot --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b99182e..df6f2ea 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "ext-tokenizer": "*" }, "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0", + "ircmaxell/php-yacc": "0.0.4" }, "extra": { "branch-alias": { -- cgit