Skip to content

Commit fe1f2a2

Browse files
committed
Prevent installation of 3.3 because of PHP-CS-Fixer/PHP-CS-Fixer#5921.
1 parent 9b8adbe commit fe1f2a2

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
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">= 7.1.3",
14-
"friendsofphp/php-cs-fixer": "^3.0, !=3.0.1, !=3.0.2, !=3.0.3, !=3.1.0, !=3.2.0, !=3.2.1",
14+
"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",
1515
"symfony/yaml": "^3 || ^4 || ^5"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)