drop phpcs version to 3.3 for php 7.2 support

This commit is contained in:
Till Krüss
2023-01-19 09:49:27 -08:00
committed by GitHub
parent f6f4830b3c
commit 1cd78095e6
+1 -1
View File
@@ -25,7 +25,7 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
"friendsofphp/php-cs-fixer": "^3.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ~9.4.4"
},