Skip to content

Commit

Permalink
Update compliance.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 21, 2023
1 parent 86cdfcc commit 6017e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compliance.php
Expand Up @@ -16,11 +16,11 @@
return static function (ComplianceConfiguration $complianceConfiguration): void {
($complianceConfiguration)([
ComposerRequireChecker::class => [PhpVersion::STABLE => [ComposerDependency::LOCKED]],
Infection::class => [PhpVersion::ANY => ComposerDependency::ALL],
PHPBench::class => [PhpVersion::ANY => ComposerDependency::ALL],
Infection::class => [PhpVersion::ANY => ComposerDependency::SUPPORTED],
PHPBench::class => [PhpVersion::ANY => ComposerDependency::SUPPORTED],
PHPCS::class => [PhpVersion::STABLE => [ComposerDependency::LOCKED]],
PHPCSFixer::class => [PhpVersion::STABLE => [ComposerDependency::LOCKED]],
PHPUnit::class => [PhpVersion::ANY => ComposerDependency::ALL],
PHPUnit::class => [PhpVersion::ANY => ComposerDependency::SUPPORTED],
Psalm::class => [PhpVersion::LATEST => [ComposerDependency::LOCKED]],
],
[
Expand Down

0 comments on commit 6017e6d

Please sign in to comment.