Skip to content

Commit 1957e06

Browse files
committed
App based on the dedicated repo and not the framework
1 parent b54228a commit 1957e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
4141
{
4242
$updater = new Updater();
4343
$updater->setStrategy(Updater::STRATEGY_GITHUB);
44-
$updater->getStrategy()->setPackageName('web-token/jwt-framework');
44+
$updater->getStrategy()->setPackageName('web-token/jwt-app');
4545
$updater->getStrategy()->setPharName('jose');
4646
$updater->getStrategy()->setCurrentLocalVersion('1.0.0');
4747

0 commit comments

Comments
 (0)