Skip to content

Commit

Permalink
Prevent installation of 3.3 because of PHP-CS-Fixer/PHP-CS-Fixer#5921.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 17, 2021
1 parent 9b8adbe commit fe1f2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">= 7.1.3",
"friendsofphp/php-cs-fixer": "^3.0, !=3.0.1, !=3.0.2, !=3.0.3, !=3.1.0, !=3.2.0, !=3.2.1",
"friendsofphp/php-cs-fixer": "^3.0, !=3.0.1, !=3.0.2, !=3.0.3, !=3.1.0, !=3.2.0, !=3.2.1, !=3.3.0, !=3.3.1, !=3.3.2",
"symfony/yaml": "^3 || ^4 || ^5"
},
"autoload": {
Expand Down

0 comments on commit fe1f2a2

Please sign in to comment.