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 adfe966 commit ca88f4aCopy full SHA for ca88f4a
bin/php-commitizen renamed to php-commitizen
@@ -15,7 +15,7 @@ foreach ([__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php',
15
}
16
17
try {
18
- $configuration = require __DIR__ . '/../.php-commitizen.php';
+ $configuration = require __DIR__ . '/.php-commitizen.php';
19
$app = new Application('PHP Commitizen');
20
$app->add(new \Damianopetrungaro\PHPCommitizen\CommitCommand($configuration, new CreateConventionalCommit()));
21
$app->run();
0 commit comments