<?php return array( 
    'root' => array( 
        'pretty_version' => '1.0.0+no-version-set', 
        'version' => '1.0.0.0', 
        'type' => 'project', 
        'install_path' => __DIR__ . '/../../', 
        'aliases' => array(), 
        'reference' => NULL, 
        'name' => 'mateodioev/rand-file', 
        'dev' => true, 
    ), 
    'versions' => array( 
        'mateodioev/rand-file' => array( 
            'pretty_version' => '1.0.0+no-version-set', 
            'version' => '1.0.0.0', 
            'type' => 'project', 
            'install_path' => __DIR__ . '/../../', 
            'aliases' => array(), 
            'reference' => NULL, 
            'dev_requirement' => false, 
        ), 
    ), 
); 
 
 |