Skip to content

Commit

Permalink
Fix Error Handler version for 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceKLWilliams committed Mar 20, 2024
1 parent 7392ef0 commit cc991aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"psr/log": "^1.1.4",
"laminas/laminas-zendframework-bridge": "^1.7",
"symfony/var-dumper": "^5.0||^6.3.6",
"symfony/error-handler": "^7.0"
"symfony/error-handler": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.13",
Expand Down

0 comments on commit cc991aa

Please sign in to comment.