From 61fbdae2042499796426d79381734a013f2d8aeb Mon Sep 17 00:00:00 2001 From: tsuchiya Date: Sat, 7 Jan 2023 02:13:12 +0900 Subject: [PATCH 1/2] Set convertDeprecationsToExceptions is true --- phpunit.xml.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 37b6017f..64152663 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,7 +2,9 @@ + bootstrap="tests/bootstrap.php" + convertDeprecationsToExceptions="true" +> tests From 2ce4cdfe2d1edfb0880e0e23503a279c4586bacc Mon Sep 17 00:00:00 2001 From: tsuchiya Date: Sat, 7 Jan 2023 02:16:33 +0900 Subject: [PATCH 2/2] Bump nikic/php-parser to ^4.13.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b3e1b446..110c0997 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.2 || ^8.0", "doctrine/annotations": "^1.12", "koriym/attributes": "^1.0.3", - "nikic/php-parser": "^v4.12" + "nikic/php-parser": "^4.13.2" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1",