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