xref: /plugin/pureldap/vendor/composer/installed.php (revision dad993c57a70866aa1db59c43f043769c2eb7ed0)
1fd0855ecSAndreas Gohr<?php return array(
2fd0855ecSAndreas Gohr    'root' => array(
3*dad993c5SAndreas Gohr        'name' => 'splitbrain/dokuwiki-plugin-pureldap',
4fd0855ecSAndreas Gohr        'pretty_version' => 'dev-master',
5fd0855ecSAndreas Gohr        'version' => 'dev-master',
6*dad993c5SAndreas Gohr        'reference' => 'e5da8fd91ad169e368002df58a9d3f5d857e1140',
7fd0855ecSAndreas Gohr        'type' => 'project',
8fd0855ecSAndreas Gohr        'install_path' => __DIR__ . '/../../',
9fd0855ecSAndreas Gohr        'aliases' => array(),
10fd0855ecSAndreas Gohr        'dev' => true,
11fd0855ecSAndreas Gohr    ),
12fd0855ecSAndreas Gohr    'versions' => array(
13fd0855ecSAndreas Gohr        'freedsx/asn1' => array(
14*dad993c5SAndreas Gohr            'pretty_version' => '0.4.7',
15*dad993c5SAndreas Gohr            'version' => '0.4.7.0',
16*dad993c5SAndreas Gohr            'reference' => 'aea7159cb82f6567143db4ba6fd119e8f791c3fb',
17fd0855ecSAndreas Gohr            'type' => 'library',
18fd0855ecSAndreas Gohr            'install_path' => __DIR__ . '/../freedsx/asn1',
19fd0855ecSAndreas Gohr            'aliases' => array(),
20fd0855ecSAndreas Gohr            'dev_requirement' => false,
21fd0855ecSAndreas Gohr        ),
22fd0855ecSAndreas Gohr        'freedsx/ldap' => array(
23*dad993c5SAndreas Gohr            'pretty_version' => '0.8.0',
24*dad993c5SAndreas Gohr            'version' => '0.8.0.0',
25*dad993c5SAndreas Gohr            'reference' => '98cf7abe6762cd8062bde6f0bbd9bd8364e7d52a',
26fd0855ecSAndreas Gohr            'type' => 'library',
27fd0855ecSAndreas Gohr            'install_path' => __DIR__ . '/../freedsx/ldap',
28fd0855ecSAndreas Gohr            'aliases' => array(),
29fd0855ecSAndreas Gohr            'dev_requirement' => false,
30fd0855ecSAndreas Gohr        ),
31fd0855ecSAndreas Gohr        'freedsx/sasl' => array(
32fd0855ecSAndreas Gohr            'pretty_version' => '0.1.1',
33fd0855ecSAndreas Gohr            'version' => '0.1.1.0',
34*dad993c5SAndreas Gohr            'reference' => 'baffafed1a46bd6c28257bf5f8893df0663b158b',
35fd0855ecSAndreas Gohr            'type' => 'library',
36fd0855ecSAndreas Gohr            'install_path' => __DIR__ . '/../freedsx/sasl',
37fd0855ecSAndreas Gohr            'aliases' => array(),
38fd0855ecSAndreas Gohr            'dev_requirement' => false,
39fd0855ecSAndreas Gohr        ),
40fd0855ecSAndreas Gohr        'freedsx/socket' => array(
41*dad993c5SAndreas Gohr            'pretty_version' => '0.5.2',
42*dad993c5SAndreas Gohr            'version' => '0.5.2.0',
43*dad993c5SAndreas Gohr            'reference' => '3a4949f39d87fe70a0fc838d47aaf0bf8c900c3e',
44fd0855ecSAndreas Gohr            'type' => 'library',
45fd0855ecSAndreas Gohr            'install_path' => __DIR__ . '/../freedsx/socket',
46fd0855ecSAndreas Gohr            'aliases' => array(),
47*dad993c5SAndreas Gohr            'dev_requirement' => false,
48*dad993c5SAndreas Gohr        ),
49*dad993c5SAndreas Gohr        'psr/log' => array(
50*dad993c5SAndreas Gohr            'pretty_version' => '1.1.4',
51*dad993c5SAndreas Gohr            'version' => '1.1.4.0',
52*dad993c5SAndreas Gohr            'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
53*dad993c5SAndreas Gohr            'type' => 'library',
54*dad993c5SAndreas Gohr            'install_path' => __DIR__ . '/../psr/log',
55*dad993c5SAndreas Gohr            'aliases' => array(),
56fd0855ecSAndreas Gohr            'dev_requirement' => false,
57fd0855ecSAndreas Gohr        ),
58fd0855ecSAndreas Gohr        'splitbrain/dokuwiki-plugin-pureldap' => array(
59fd0855ecSAndreas Gohr            'pretty_version' => 'dev-master',
60fd0855ecSAndreas Gohr            'version' => 'dev-master',
61*dad993c5SAndreas Gohr            'reference' => 'e5da8fd91ad169e368002df58a9d3f5d857e1140',
62fd0855ecSAndreas Gohr            'type' => 'project',
63fd0855ecSAndreas Gohr            'install_path' => __DIR__ . '/../../',
64fd0855ecSAndreas Gohr            'aliases' => array(),
65fd0855ecSAndreas Gohr            'dev_requirement' => false,
66fd0855ecSAndreas Gohr        ),
67fd0855ecSAndreas Gohr    ),
68fd0855ecSAndreas Gohr);
69