chore: mark php-cs-fixer as dev dependency (#2986)
### Description This should remove the update entries from the release-please changelog, as renovate will now consider updates for this dep as `chore` and not `fix`.
This commit is contained in:
parent
5ad69bf0b7
commit
a63df8c989
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require-dev": {
|
||||||
"php": "^7.4",
|
"php": "^7.4",
|
||||||
"friendsofphp/php-cs-fixer": "<3.53.1"
|
"friendsofphp/php-cs-fixer": "<3.53.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue