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:
commit
2d124e038a
2 changed files with 5 additions and 5 deletions
|
@ -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.",
|
||||
],
|
||||
]));
|
||||
|
||||
|
|
|
@ -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" : {
|
||||
|
|
Loading…
Reference in a new issue