Skip to content

Commit

Permalink
fix built phar
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 23, 2023
1 parent 1490f3f commit b135a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/phpcb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
include_once __DIR__ . '/../vendor/autoload.php';
}

$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '3.0.1');
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '3.0.2');
$app->run();
5 changes: 3 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"phpunit/php-file-iterator",
"psr/log",
"symfony/console",
"symfony/service-contracts"
"symfony/service-contracts",
"symfony/string"
],
"notPath": [
"Tests",
Expand All @@ -29,5 +30,5 @@
],
"git-commit": "git-commit",
"git-version": "git-version",
"output": "phpcb-3.0.1.phar"
"output": "phpcb-3.0.2.phar"
}

0 comments on commit b135a49

Please sign in to comment.