-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I run this in terminal:
php index.php RocketPack
I just get an echo of the rocketpack.config.php file that's in my package. In this case, it's just the sample one from the RocketPack README:
rocketpack\Install::package('Kynan',array(0,1,0));
rocketpack\Dependencies::register(function()
{
rocketpack\Dependency::forPackage('Kynan')
->add('PluSQL',array(0,1,0))
->add('Murphy',array(0,1,0))
->add('Args',array(0,1,0))
->add('Fragmentify',array(0,1,0))
->verify();
});
Am I missing? Something? I was expecting RocketPack to download the packages.
Kynan
Metadata
Metadata
Assignees
Labels
No labels