Skip to content

Commit d132c2a

Browse files
authored
Merge pull request #78 from vladsolntsev/chore/update-var-dumper
chore(dependencies): update symfony/var-dumper to 6.4
2 parents 6894be1 + d473cde commit d132c2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ master
1010
* Move code snippets into tests directory
1111
* Updated nikic/php-parser to 5.4
1212
* Updated phpunit/phpunit to 10.5
13+
* Updated symfony/var-dumper to 6.4
1314

1415
v3.0.0
1516
------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"nikic/php-parser": "^5.4",
2727
"phpstan/phpstan-phpunit": "^2.0",
2828
"phpunit/phpunit": "^10.5",
29-
"symfony/var-dumper": "^5.0"
29+
"symfony/var-dumper": "^6.4"
3030
},
3131
"minimum-stability": "dev",
3232
"prefer-stable": true,

0 commit comments

Comments
 (0)