adjust to current dependency packages and PHP >= 7.3

This commit is contained in:
2022-07-19 23:20:33 +02:00
committed by Daniel Seifert
parent b22da1bd4a
commit 7e43fa1537
27 changed files with 122 additions and 114 deletions

View File

@ -6,7 +6,7 @@ $finder = PhpCsFixer\Finder::create()
$config = new PhpCsFixer\Config();
return $config->setRules([
'@PHP70Migration' => true,
'@PHP73Migration' => true,
'@PSR12' => true
])
->setFinder($finder)