composer: require-dev php-cs-fixer

This commit is contained in:
Christophe Siraut
2024-11-26 13:32:05 +01:00
parent 4933d2251c
commit 88c0b1570d
3 changed files with 18 additions and 0 deletions

View File

@@ -53,6 +53,18 @@
"migrations/.gitignore"
]
},
"friendsofphp/php-cs-fixer": {
"version": "3.65",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.0",
"ref": "be2103eb4a20942e28a6dd87736669b757132435"
},
"files": [
".php-cs-fixer.dist.php"
]
},
"knplabs/knp-menu-bundle": {
"version": "v3.4.2"
},