Skip to content

Commit

Permalink
Update required cs-fixer version
Browse files Browse the repository at this point in the history
`fully_qualified_strict_types` => `leading_backslash_in_global_namespace` we want to use was only introduced with 3.46 PHP-CS-Fixer/PHP-CS-Fixer@0061223

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
  • Loading branch information
nickvergessen committed Feb 1, 2024
1 parent 424cdd9 commit 410e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.3|^8.0",
"php-cs-fixer/shim": "^3.17"
"php-cs-fixer/shim": "^3.46"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 410e3c1

Please sign in to comment.