summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/composer/composer/installed.php
blob: 412956a2006c8de85fcd41e6f0d8cb6beb59431f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php return array(
    'root' => array(
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'type' => 'library',
        'install_path' => __DIR__ . '/../',
        'aliases' => array(),
        'reference' => '7b056b2ed72b2a7a5937e0c251858e1906277b4b',
        'name' => '__root__',
        'dev' => false,
    ),
    'versions' => array(
        '__root__' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'type' => 'library',
            'install_path' => __DIR__ . '/../',
            'aliases' => array(),
            'reference' => '7b056b2ed72b2a7a5937e0c251858e1906277b4b',
            'dev_requirement' => false,
        ),
    ),
);