xref: /plugin/smtp/vendor/composer/installed.json (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr{
2*ee5c0205SAndreas Gohr    "packages": [
3*ee5c0205SAndreas Gohr        {
4*ee5c0205SAndreas Gohr            "name": "psr/log",
5*ee5c0205SAndreas Gohr            "version": "1.1.4",
6*ee5c0205SAndreas Gohr            "version_normalized": "1.1.4.0",
7*ee5c0205SAndreas Gohr            "source": {
8*ee5c0205SAndreas Gohr                "type": "git",
9*ee5c0205SAndreas Gohr                "url": "https://github.com/php-fig/log.git",
10*ee5c0205SAndreas Gohr                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
11*ee5c0205SAndreas Gohr            },
12*ee5c0205SAndreas Gohr            "dist": {
13*ee5c0205SAndreas Gohr                "type": "zip",
14*ee5c0205SAndreas Gohr                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
15*ee5c0205SAndreas Gohr                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
16*ee5c0205SAndreas Gohr                "shasum": ""
17*ee5c0205SAndreas Gohr            },
18*ee5c0205SAndreas Gohr            "require": {
19*ee5c0205SAndreas Gohr                "php": ">=5.3.0"
20*ee5c0205SAndreas Gohr            },
21*ee5c0205SAndreas Gohr            "time": "2021-05-03T11:20:27+00:00",
22*ee5c0205SAndreas Gohr            "type": "library",
23*ee5c0205SAndreas Gohr            "extra": {
24*ee5c0205SAndreas Gohr                "branch-alias": {
25*ee5c0205SAndreas Gohr                    "dev-master": "1.1.x-dev"
26*ee5c0205SAndreas Gohr                }
27*ee5c0205SAndreas Gohr            },
28*ee5c0205SAndreas Gohr            "installation-source": "dist",
29*ee5c0205SAndreas Gohr            "autoload": {
30*ee5c0205SAndreas Gohr                "psr-4": {
31*ee5c0205SAndreas Gohr                    "Psr\\Log\\": "Psr/Log/"
32*ee5c0205SAndreas Gohr                }
33*ee5c0205SAndreas Gohr            },
34*ee5c0205SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
35*ee5c0205SAndreas Gohr            "license": [
36*ee5c0205SAndreas Gohr                "MIT"
37*ee5c0205SAndreas Gohr            ],
38*ee5c0205SAndreas Gohr            "authors": [
39*ee5c0205SAndreas Gohr                {
40*ee5c0205SAndreas Gohr                    "name": "PHP-FIG",
41*ee5c0205SAndreas Gohr                    "homepage": "https://www.php-fig.org/"
42*ee5c0205SAndreas Gohr                }
43*ee5c0205SAndreas Gohr            ],
44*ee5c0205SAndreas Gohr            "description": "Common interface for logging libraries",
45*ee5c0205SAndreas Gohr            "homepage": "https://github.com/php-fig/log",
46*ee5c0205SAndreas Gohr            "keywords": [
47*ee5c0205SAndreas Gohr                "log",
48*ee5c0205SAndreas Gohr                "psr",
49*ee5c0205SAndreas Gohr                "psr-3"
50*ee5c0205SAndreas Gohr            ],
51*ee5c0205SAndreas Gohr            "support": {
52*ee5c0205SAndreas Gohr                "source": "https://github.com/php-fig/log/tree/1.1.4"
53*ee5c0205SAndreas Gohr            },
54*ee5c0205SAndreas Gohr            "install-path": "../psr/log"
55*ee5c0205SAndreas Gohr        },
56*ee5c0205SAndreas Gohr        {
57*ee5c0205SAndreas Gohr            "name": "txthinking/mailer",
58*ee5c0205SAndreas Gohr            "version": "v2.0.1",
59*ee5c0205SAndreas Gohr            "version_normalized": "2.0.1.0",
60*ee5c0205SAndreas Gohr            "source": {
61*ee5c0205SAndreas Gohr                "type": "git",
62*ee5c0205SAndreas Gohr                "url": "https://github.com/txthinking/Mailer.git",
63*ee5c0205SAndreas Gohr                "reference": "09013cf9dad3aac195f66ae5309e8c3343c018e9"
64*ee5c0205SAndreas Gohr            },
65*ee5c0205SAndreas Gohr            "dist": {
66*ee5c0205SAndreas Gohr                "type": "zip",
67*ee5c0205SAndreas Gohr                "url": "https://api.github.com/repos/txthinking/Mailer/zipball/09013cf9dad3aac195f66ae5309e8c3343c018e9",
68*ee5c0205SAndreas Gohr                "reference": "09013cf9dad3aac195f66ae5309e8c3343c018e9",
69*ee5c0205SAndreas Gohr                "shasum": ""
70*ee5c0205SAndreas Gohr            },
71*ee5c0205SAndreas Gohr            "require": {
72*ee5c0205SAndreas Gohr                "php": ">=5.3.2",
73*ee5c0205SAndreas Gohr                "psr/log": "~1.0"
74*ee5c0205SAndreas Gohr            },
75*ee5c0205SAndreas Gohr            "require-dev": {
76*ee5c0205SAndreas Gohr                "monolog/monolog": "~1.13",
77*ee5c0205SAndreas Gohr                "phpunit/phpunit": "~4.0"
78*ee5c0205SAndreas Gohr            },
79*ee5c0205SAndreas Gohr            "time": "2018-10-09T10:47:23+00:00",
80*ee5c0205SAndreas Gohr            "type": "library",
81*ee5c0205SAndreas Gohr            "installation-source": "dist",
82*ee5c0205SAndreas Gohr            "autoload": {
83*ee5c0205SAndreas Gohr                "psr-4": {
84*ee5c0205SAndreas Gohr                    "Tx\\": "src/"
85*ee5c0205SAndreas Gohr                }
86*ee5c0205SAndreas Gohr            },
87*ee5c0205SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
88*ee5c0205SAndreas Gohr            "license": [
89*ee5c0205SAndreas Gohr                "MIT"
90*ee5c0205SAndreas Gohr            ],
91*ee5c0205SAndreas Gohr            "authors": [
92*ee5c0205SAndreas Gohr                {
93*ee5c0205SAndreas Gohr                    "name": "Cloud",
94*ee5c0205SAndreas Gohr                    "email": "cloud@txthinking.com",
95*ee5c0205SAndreas Gohr                    "homepage": "http://www.txthinking.com",
96*ee5c0205SAndreas Gohr                    "role": "Thinker"
97*ee5c0205SAndreas Gohr                },
98*ee5c0205SAndreas Gohr                {
99*ee5c0205SAndreas Gohr                    "name": "Matt Sowers",
100*ee5c0205SAndreas Gohr                    "email": "msowers@erblearn.org"
101*ee5c0205SAndreas Gohr                }
102*ee5c0205SAndreas Gohr            ],
103*ee5c0205SAndreas Gohr            "description": "A very lightweight PHP SMTP mail sender",
104*ee5c0205SAndreas Gohr            "homepage": "http://github.com/txthinking/Mailer",
105*ee5c0205SAndreas Gohr            "keywords": [
106*ee5c0205SAndreas Gohr                "mail",
107*ee5c0205SAndreas Gohr                "smtp"
108*ee5c0205SAndreas Gohr            ],
109*ee5c0205SAndreas Gohr            "support": {
110*ee5c0205SAndreas Gohr                "issues": "https://github.com/txthinking/Mailer/issues",
111*ee5c0205SAndreas Gohr                "source": "https://github.com/txthinking/Mailer/tree/master"
112*ee5c0205SAndreas Gohr            },
113*ee5c0205SAndreas Gohr            "install-path": "../txthinking/mailer"
114*ee5c0205SAndreas Gohr        }
115*ee5c0205SAndreas Gohr    ],
116*ee5c0205SAndreas Gohr    "dev": true,
117*ee5c0205SAndreas Gohr    "dev-package-names": []
118*ee5c0205SAndreas Gohr}
119