Merge pull request #1252 from sabre-io/dependabot/composer/friendsofphp/php-cs-fixer-3.52.1

Update friendsofphp/php-cs-fixer requirement from 3.51.0 to 3.52.1
This commit is contained in:
Phil Davis 2024-04-18 17:25:03 +05:45 committed by GitHub
commit 2d124e038a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -202,10 +202,10 @@ class Calendar extends \Flake\Core\Model\Db {
"label" => "Calendar color",
"validation" => "color",
"popover" => [
"title" => "Calendar color",
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
"This value is optional.",
"title" => "Calendar color",
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
"This value is optional.",
],
]));

View file

@ -17,7 +17,7 @@
"ext-zlib" : "*"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "3.51.0",
"friendsofphp/php-cs-fixer": "3.52.1",
"phpstan/phpstan": "^1.10"
},
"replace" : {