Skip to content

Commit e402865

Browse files
tools(deps-dev): update friendsofphp/php-cs-fixer requirement (#120)
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.14.3...v3.14.4) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24a1076 commit e402865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "php-cs-fixer",
44
"type": "metapackage",
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "3.14.3",
6+
"friendsofphp/php-cs-fixer": "3.14.4",
77
"roave/security-advisories": "dev-latest"
88
},
99
"prefer-stable": true,

0 commit comments

Comments
 (0)