We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bc77d commit f0abc36Copy full SHA for f0abc36
bin/php-semver-checker-git
@@ -25,4 +25,4 @@ if (!$found) {
25
ini_set('xdebug.max_nesting_level', 5000);
26
27
$app = new PHPSemVerCheckerGit\Console\Application();
28
-$app->run();
+$app->run(new PHPSemVerChecker\Console\InspectableArgvInput());
0 commit comments