Skip to content

Commit

Permalink
Restrict instalable version of PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Jan 14, 2022
1 parent f594603 commit 967cbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -55,7 +55,7 @@
"doctrine/doctrine-bundle": "^2.3",
"doctrine/mongodb-odm": "^2.2",
"doctrine/orm": "^2.10.2",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "3.4.*",
"nesbot/carbon": "^2.55",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-doctrine": "^1.0",
Expand Down

0 comments on commit 967cbba

Please sign in to comment.