Skip to content

Commit

Permalink
Merge pull request #199 from NaokiTsuchiya/bump-php-parser
Browse files Browse the repository at this point in the history
Bump php parser to ^4.13.2
  • Loading branch information
koriym authored Jan 13, 2023
2 parents 5f82adc + 2ce4cdf commit 601eb11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php">
bootstrap="tests/bootstrap.php"
convertDeprecationsToExceptions="true"
>
<testsuites>
<testsuite name="Ray.Aop Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit 601eb11

Please sign in to comment.