Subversion Repositories oidplus

Rev

Rev 1034 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
958 daniel-mar 1
<?php return array(
2
    'root' => array(
3
        'name' => '__root__',
4
        'pretty_version' => '1.0.0+no-version-set',
5
        'version' => '1.0.0.0',
1466 daniel-mar 6
        'reference' => null,
958 daniel-mar 7
        'type' => 'library',
8
        'install_path' => __DIR__ . '/../../',
9
        'aliases' => array(),
1034 daniel-mar 10
        'dev' => false,
868 daniel-mar 11
    ),
958 daniel-mar 12
    'versions' => array(
13
        '__root__' => array(
14
            'pretty_version' => '1.0.0+no-version-set',
15
            'version' => '1.0.0.0',
1466 daniel-mar 16
            'reference' => null,
958 daniel-mar 17
            'type' => 'library',
18
            'install_path' => __DIR__ . '/../../',
19
            'aliases' => array(),
20
            'dev_requirement' => false,
21
        ),
22
        'robrichards/xmlseclibs' => array(
23
            'pretty_version' => '3.1.1',
24
            'version' => '3.1.1.0',
25
            'reference' => 'f8f19e58f26cdb42c54b214ff8a820760292f8df',
26
            'type' => 'library',
27
            'install_path' => __DIR__ . '/../robrichards/xmlseclibs',
28
            'aliases' => array(),
29
            'dev_requirement' => false,
30
        ),
868 daniel-mar 31
    ),
32
);