Skip to content

Commit

Permalink
Merge pull request #1252 from sabre-io/dependabot/composer/friendsofp…
Browse files Browse the repository at this point in the history
…hp/php-cs-fixer-3.52.1

Update friendsofphp/php-cs-fixer requirement from 3.51.0 to 3.52.1
  • Loading branch information
phil-davis authored Apr 18, 2024
2 parents 7ab3e08 + 6859fb7 commit 2d124e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Core/Frameworks/Baikal/Model/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ function formMorphologyForThisModelInstance() {
"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.",
],
]));

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down

0 comments on commit 2d124e0

Please sign in to comment.