Skip to content

Commit 1221408

Browse files
composer: update friendsofphp/php-cs-fixer requirement
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.91.0...v3.92.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.92.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6857e14 commit 1221408

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
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "*",
3131
"phpstan/phpstan": "*",
32-
"friendsofphp/php-cs-fixer": "^3.91",
32+
"friendsofphp/php-cs-fixer": "^3.92",
3333
"ergebnis/composer-normalize": "^2.48",
3434
"ergebnis/php-cs-fixer-config": "^6.58"
3535
},

0 commit comments

Comments
 (0)