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:
Jonas L 2024-04-13 16:08:45 +02:00 committed by GitHub
parent 5ad69bf0b7
commit a63df8c989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"require": {
"require-dev": {
"php": "^7.4",
"friendsofphp/php-cs-fixer": "<3.53.1"
}