We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2d8ee commit ddac9b6Copy full SHA for ddac9b6
composer.json
@@ -20,7 +20,7 @@
20
"require-dev": {
21
"phpunit/phpunit": "^9.6",
22
"spatie/ray": "^1.37",
23
- "symfony/var-dumper": "^6.1",
+ "symfony/var-dumper": "^6.1||^7.4",
24
"tightenco/duster": "^3.0"
25
},
26
"autoload": {
@@ -32,7 +32,9 @@
32
"psr-4": {
33
"Tests\\": "tests/"
34
35
- "exclude-from-classmap": ["tests/fixtures"]
+ "exclude-from-classmap": [
36
+ "tests/fixtures"
37
+ ]
38
39
"bin": [
40
"bin/tlint"
0 commit comments