installed.php 3.82 KB
Newer Older
Cyrille's avatar
Cyrille committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
<?php return array(
    'root' => array(
        'pretty_version' => 'dev-trunk',
        'version' => 'dev-trunk',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../lifterlms/',
        'aliases' => array(),
        'reference' => '401493a05e233d6ea0ca982d5d8e3ebff41b8880',
        'name' => 'gocodebox/lifterlms',
        'dev' => false,
    ),
    'versions' => array(
        'composer/installers' => array(
            'pretty_version' => 'v1.9.0',
            'version' => '1.9.0.0',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/./installers',
            'aliases' => array(),
            'reference' => 'b93bcf0fa1fccb0b7d176b0967d969691cd74cca',
            'dev_requirement' => false,
        ),
        'deliciousbrains/wp-background-processing' => array(
            'pretty_version' => '1.0.2',
            'version' => '1.0.2.0',
            'type' => 'library',
            'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing',
            'aliases' => array(),
            'reference' => '2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800',
            'dev_requirement' => false,
        ),
        'gocodebox/lifterlms' => array(
            'pretty_version' => 'dev-trunk',
            'version' => 'dev-trunk',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../lifterlms/',
            'aliases' => array(),
            'reference' => '401493a05e233d6ea0ca982d5d8e3ebff41b8880',
            'dev_requirement' => false,
        ),
        'lifterlms/lifterlms-blocks' => array(
            'pretty_version' => '2.3.2',
            'version' => '2.3.2.0',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../libraries/lifterlms-blocks',
            'aliases' => array(),
            'reference' => 'd50aaea00e344e5bd60edb4d7e265bf8c56df77b',
            'dev_requirement' => false,
        ),
        'lifterlms/lifterlms-cli' => array(
            'pretty_version' => '0.0.3',
            'version' => '0.0.3.0',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../libraries/lifterlms-cli',
            'aliases' => array(),
            'reference' => '543b36dfeeb9a2b2298f236b1200c2128fe14bbf',
            'dev_requirement' => false,
        ),
        'lifterlms/lifterlms-helper' => array(
            'pretty_version' => '3.4.1',
            'version' => '3.4.1.0',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../libraries/lifterlms-helper',
            'aliases' => array(),
            'reference' => 'f4159a428e2e68d05aabba51f35fe0314c9a4ed8',
            'dev_requirement' => false,
        ),
        'lifterlms/lifterlms-rest' => array(
            'pretty_version' => '1.0.0-beta.21',
            'version' => '1.0.0.0-beta21',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../libraries/lifterlms-rest',
            'aliases' => array(),
            'reference' => '8c13967bde439c5c6b3438bd44ce007bd9334e00',
            'dev_requirement' => false,
        ),
        'roundcube/plugin-installer' => array(
            'dev_requirement' => false,
            'replaced' => array(
                0 => '*',
            ),
        ),
        'shama/baton' => array(
            'dev_requirement' => false,
            'replaced' => array(
                0 => '*',
            ),
        ),
        'woocommerce/action-scheduler' => array(
            'pretty_version' => '3.4.0',
            'version' => '3.4.0.0',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
            'aliases' => array(),
            'reference' => '3218a33ff14b968f8cb05de9656c2efa1eeb1330',
            'dev_requirement' => false,
        ),
    ),
);