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", 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