Skip to content

Commit ddac9b6

Browse files
committed
Bump dependencies for Laravel 13
1 parent 8f2d8ee commit ddac9b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.6",
2222
"spatie/ray": "^1.37",
23-
"symfony/var-dumper": "^6.1",
23+
"symfony/var-dumper": "^6.1||^7.4",
2424
"tightenco/duster": "^3.0"
2525
},
2626
"autoload": {
@@ -32,7 +32,9 @@
3232
"psr-4": {
3333
"Tests\\": "tests/"
3434
},
35-
"exclude-from-classmap": ["tests/fixtures"]
35+
"exclude-from-classmap": [
36+
"tests/fixtures"
37+
]
3638
},
3739
"bin": [
3840
"bin/tlint"

0 commit comments

Comments
 (0)