Skip to content

Commit

Permalink
EQPS-214: Remove SVC code from magento2-infrastructure.
Browse files Browse the repository at this point in the history
- Removing BIC references from bin/svc
  • Loading branch information
magterskine committed Nov 25, 2019
1 parent aadb409 commit a229fe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/svc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
require __DIR__ . '/../vendor/autoload.php';

use Symfony\Component\Console\Application;
use Magento\SemanticVersionChecker\Console\Command\BackwardIncompatibleChangesCommand;
use Magento\SemanticVersionChecker\Console\Command\CompareSourceCommand;

if (PHP_SAPI !== 'cli') {
Expand All @@ -18,7 +17,6 @@ if (PHP_SAPI !== 'cli') {

try {
$application = new Application();
$application->add(new BackwardIncompatibleChangesCommand());
$application->add(new CompareSourceCommand());
$application->run();
} catch (\Exception $e) {
Expand Down

0 comments on commit a229fe0

Please sign in to comment.