Skip to content

Commit 0b8f6bd

Browse files
composer: update friendsofphp/php-cs-fixer requirement (#16)
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.88.0...v3.89.2) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.89.2 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 976ca7d commit 0b8f6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "*",
2929
"phpstan/phpstan": "*",
30-
"friendsofphp/php-cs-fixer": "^3.88",
30+
"friendsofphp/php-cs-fixer": "^3.89",
3131
"ergebnis/composer-normalize": "^2.48",
3232
"ergebnis/php-cs-fixer-config": "^6.56",
3333
"phpstan/phpstan-phpunit": "2.0.7"

0 commit comments

Comments
 (0)