Skip to content

Commit d0432bf

Browse files
committed
fix(deps): Update required cs-fixer version
`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>
1 parent 424cdd9 commit d0432bf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.3.0 - 2024-02-01
5+
### Fix
6+
* feat: Require php-cs-fixer/shim 3.46 or newer by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/16
7+
48
## 1.2.0 - 2024-02-01
59
### Added
610
- `array_syntax`: Force short syntax for array

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.3|^8.0",
7-
"php-cs-fixer/shim": "^3.17"
7+
"php-cs-fixer/shim": "^3.46"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)