diff --git a/bin/phpcb b/bin/phpcb index 58f5e16..ef1ac2e 100755 --- a/bin/phpcb +++ b/bin/phpcb @@ -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(); diff --git a/box.json b/box.json index 7de85f9..cdb4023 100644 --- a/box.json +++ b/box.json @@ -17,7 +17,8 @@ "phpunit/php-file-iterator", "psr/log", "symfony/console", - "symfony/service-contracts" + "symfony/service-contracts", + "symfony/string" ], "notPath": [ "Tests", @@ -29,5 +30,5 @@ ], "git-commit": "git-commit", "git-version": "git-version", - "output": "phpcb-3.0.1.phar" + "output": "phpcb-3.0.2.phar" }