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 6e00098 commit 1490f3fCopy full SHA for 1490f3f
bin/phpcb
@@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
53
include_once __DIR__ . '/../vendor/autoload.php';
54
}
55
56
-$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '1.1.4');
+$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '3.0.1');
57
$app->run();
box.json
@@ -29,5 +29,5 @@
29
],
30
"git-commit": "git-commit",
31
"git-version": "git-version",
32
- "output": "phpcb-3.0.0.phar"
+ "output": "phpcb-3.0.1.phar"
33
0 commit comments