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 7640bb8 commit 23dc783Copy full SHA for 23dc783
bin/php-semver-checker
@@ -22,5 +22,7 @@ if (!$found) {
22
);
23
}
24
25
+ini_set('xdebug.max_nesting_level', 5000);
26
+
27
$app = new PHPSemVerChecker\Console\Application();
-$app->run();
28
+$app->run();
0 commit comments