Skip to content

Commit 12dae37

Browse files
composer: update friendsofphp/php-cs-fixer requirement (#24)
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.92.0...v3.93.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.93.0 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 13aad88 commit 12dae37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"phpunit/phpunit": "*",
1919
"phpstan/phpstan": "*",
20-
"friendsofphp/php-cs-fixer": "^3.92",
20+
"friendsofphp/php-cs-fixer": "^3.93",
2121
"ergebnis/composer-normalize": "^2.49",
2222
"ergebnis/php-cs-fixer-config": "^6.59",
2323
"phpstan/phpstan-phpunit": "2.0.12"

0 commit comments

Comments
 (0)