Skip to content

Commit a229fe0

Browse files
committed
EQPS-214: Remove SVC code from magento2-infrastructure.
- Removing BIC references from bin/svc
1 parent aadb409 commit a229fe0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/svc

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
require __DIR__ . '/../vendor/autoload.php';
99

1010
use Symfony\Component\Console\Application;
11-
use Magento\SemanticVersionChecker\Console\Command\BackwardIncompatibleChangesCommand;
1211
use Magento\SemanticVersionChecker\Console\Command\CompareSourceCommand;
1312

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

1918
try {
2019
$application = new Application();
21-
$application->add(new BackwardIncompatibleChangesCommand());
2220
$application->add(new CompareSourceCommand());
2321
$application->run();
2422
} catch (\Exception $e) {

0 commit comments

Comments
 (0)