Skip to content

Commit

Permalink
fix(deps): 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 d0432bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.3.0 - 2024-02-01
### Fix
* feat: Require php-cs-fixer/shim 3.46 or newer by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/16

## 1.2.0 - 2024-02-01
### Added
- `array_syntax`: Force short syntax for array
Expand Down
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 d0432bf

Please sign in to comment.