Skip to content

Commit

Permalink
Drop php-cs-fixer (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Oct 1, 2023
1 parent f9d5d52 commit 9d37664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions compliance.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Ghostwriter\Compliance\Tool\Infection;
use Ghostwriter\Compliance\Tool\PHPBench;
use Ghostwriter\Compliance\Tool\PHPCS;
use Ghostwriter\Compliance\Tool\PHPCSFixer;
use Ghostwriter\Compliance\Tool\PHPUnit;
use Ghostwriter\Compliance\Tool\Psalm;

Expand All @@ -19,7 +18,6 @@
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::SUPPORTED],
Psalm::class => [PhpVersion::LATEST => [ComposerDependency::LOCKED]],
],
Expand Down
21 changes: 0 additions & 21 deletions src/Tool/PHPCSFixer.php

This file was deleted.

0 comments on commit 9d37664

Please sign in to comment.