Skip to content

Do the packages actually get downloaded? #1

@k7n4n5t3w4rt

Description

@k7n4n5t3w4rt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions