xref: /plugin/smtp/vendor/composer/installed.php (revision 28d0809a4424b7a71eb621f24d1b3a19c5927170)
1ee5c0205SAndreas Gohr<?php return array(
2ee5c0205SAndreas Gohr    'root' => array(
3ee5c0205SAndreas Gohr        'name' => '__root__',
4ee5c0205SAndreas Gohr        'pretty_version' => 'dev-master',
5ee5c0205SAndreas Gohr        'version' => 'dev-master',
6*28d0809aSAndreas Gohr        'reference' => '8052a8f638c8166f8bce9343fa25892001340bf5',
7ee5c0205SAndreas Gohr        'type' => 'library',
8ee5c0205SAndreas Gohr        'install_path' => __DIR__ . '/../../',
9ee5c0205SAndreas Gohr        'aliases' => array(),
10ee5c0205SAndreas Gohr        'dev' => true,
11ee5c0205SAndreas Gohr    ),
12ee5c0205SAndreas Gohr    'versions' => array(
13ee5c0205SAndreas Gohr        '__root__' => array(
14ee5c0205SAndreas Gohr            'pretty_version' => 'dev-master',
15ee5c0205SAndreas Gohr            'version' => 'dev-master',
16*28d0809aSAndreas Gohr            'reference' => '8052a8f638c8166f8bce9343fa25892001340bf5',
17ee5c0205SAndreas Gohr            'type' => 'library',
18ee5c0205SAndreas Gohr            'install_path' => __DIR__ . '/../../',
19ee5c0205SAndreas Gohr            'aliases' => array(),
20ee5c0205SAndreas Gohr            'dev_requirement' => false,
21ee5c0205SAndreas Gohr        ),
22ee5c0205SAndreas Gohr        'psr/log' => array(
23ee5c0205SAndreas Gohr            'pretty_version' => '1.1.4',
24ee5c0205SAndreas Gohr            'version' => '1.1.4.0',
25ee5c0205SAndreas Gohr            'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
26ee5c0205SAndreas Gohr            'type' => 'library',
27ee5c0205SAndreas Gohr            'install_path' => __DIR__ . '/../psr/log',
28ee5c0205SAndreas Gohr            'aliases' => array(),
29ee5c0205SAndreas Gohr            'dev_requirement' => false,
30ee5c0205SAndreas Gohr        ),
31ee5c0205SAndreas Gohr        'txthinking/mailer' => array(
32*28d0809aSAndreas Gohr            'pretty_version' => 'dev-master',
33*28d0809aSAndreas Gohr            'version' => 'dev-master',
34*28d0809aSAndreas Gohr            'reference' => '616e58b81fd8aa6fd548d20929c9d53cf725a17c',
35ee5c0205SAndreas Gohr            'type' => 'library',
36ee5c0205SAndreas Gohr            'install_path' => __DIR__ . '/../txthinking/mailer',
37*28d0809aSAndreas Gohr            'aliases' => array(
38*28d0809aSAndreas Gohr                0 => '9999999-dev',
39*28d0809aSAndreas Gohr            ),
40ee5c0205SAndreas Gohr            'dev_requirement' => false,
41ee5c0205SAndreas Gohr        ),
42ee5c0205SAndreas Gohr    ),
43ee5c0205SAndreas Gohr);
44