Skip to content

Commit 20c4d93

Browse files
authored
fix: enable error handler only on dev (#14)
1 parent 8956cf2 commit 20c4d93

File tree

3 files changed

+172
-174
lines changed

3 files changed

+172
-174
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"league/glide": "^2.3",
1515
"pimple/pimple": "^3.5",
1616
"symfony/dotenv": "^7.2",
17-
"symfony/error-handler": "^7.2",
1817
"symfony/filesystem": "^7.2",
1918
"symfony/http-foundation": "^7.2",
2019
"symfony/runtime": "^7.2",
@@ -29,6 +28,7 @@
2928
"phpstan/phpstan-deprecation-rules": "^2.0",
3029
"phpstan/phpstan-strict-rules": "^2.0",
3130
"phpunit/phpunit": "^11.5",
31+
"symfony/error-handler": "^7.2",
3232
"symfony/var-dumper": "^7.2"
3333
},
3434
"license": "MIT",

composer.lock

Lines changed: 161 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)