Skip to content

Commit

Permalink
Temporary forbid support for symfony/error-handler
Browse files Browse the repository at this point in the history
This mitigate the following deprecation #72 (comment)
This could be reverted once sebastianbergmann/php-file-iterator#74
is merged and released.

Note that this does not forbid the component in version 6, but in this
case, PHP 8.0 is required, and so the attribute is not ignored.
  • Loading branch information
lyrixx committed Dec 1, 2021
1 parent 56a616c commit 4b362fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -26,7 +26,8 @@
"symfony/yaml": "^3.4.26|^4.1.12|^5.0"
},
"conflict": {
"ext-apc": "3.1.11"
"ext-apc": "3.1.11",
"symfony/error-handler": "5.4.*"
},
"autoload": {
"psr-4": { "JoliTypo\\": "src/JoliTypo" }
Expand Down

0 comments on commit 4b362fc

Please sign in to comment.