Skip to content

Commit 8b33c56

Browse files
authored
Merge pull request #32 from SaliBhdr/refactor/add-support-to-symfony-var-dumper-7
Add support for Symfony var dumper version ^7
2 parents e0fcff7 + bbf9297 commit 8b33c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"require": {
3030
"php": "^7.2 | ^7.3 | ^7.4 | ^8.0 | ^8.1 | ^8.2",
31-
"symfony/var-dumper": "^5 | ^6"
31+
"symfony/var-dumper": "^5 | ^6 | ^7"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^6 | ^7 | ^8 | ^9",

0 commit comments

Comments
 (0)