You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
I´ve got this error when i try to update bidla update:
[Herrera\Json\Exception\FileException]
file_get_contents(phar:///usr/local/bin/bidla/vendor/herrera-io/phar-update/src/lib/../../res/schema.json): failed to open stream: phar error: "vendor/herrera-io/phar-update/res/sc hema.json" is not a file in phar "/usr/local/bin/bidla"
My command update class is:
class UpdateCommand extends Command
{
constMANIFEST_FILE = 'http://gesdinet.github.io/bidla/manifest.json';
protectedfunctionconfigure()
{
$this
->setName('update')
->setDescription('Updates bidla.phar to the latest version')
;
}
protectedfunctionexecute(InputInterface$input, OutputInterface$output)
{
$manager = newManager(Manifest::loadFile(self::MANIFEST_FILE));
$manager->update($this->getApplication()->getVersion(), true);
}
}
Hi,
I´ve got this error when i try to update
bidla update
:My command update class is:
My manifest.json file:
I dont know which is the problem
The text was updated successfully, but these errors were encountered: