xref: /plugin/smtp/composer.lock (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr{
2*ee5c0205SAndreas Gohr    "_readme": [
3*ee5c0205SAndreas Gohr        "This file locks the dependencies of your project to a known state",
4*ee5c0205SAndreas Gohr        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5*ee5c0205SAndreas Gohr        "This file is @generated automatically"
6*ee5c0205SAndreas Gohr    ],
7*ee5c0205SAndreas Gohr    "content-hash": "d7b802701312035578f0eebe1b52538f",
8*ee5c0205SAndreas Gohr    "packages": [
9*ee5c0205SAndreas Gohr        {
10*ee5c0205SAndreas Gohr            "name": "psr/log",
11*ee5c0205SAndreas Gohr            "version": "1.1.4",
12*ee5c0205SAndreas Gohr            "source": {
13*ee5c0205SAndreas Gohr                "type": "git",
14*ee5c0205SAndreas Gohr                "url": "https://github.com/php-fig/log.git",
15*ee5c0205SAndreas Gohr                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
16*ee5c0205SAndreas Gohr            },
17*ee5c0205SAndreas Gohr            "dist": {
18*ee5c0205SAndreas Gohr                "type": "zip",
19*ee5c0205SAndreas Gohr                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
20*ee5c0205SAndreas Gohr                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
21*ee5c0205SAndreas Gohr                "shasum": ""
22*ee5c0205SAndreas Gohr            },
23*ee5c0205SAndreas Gohr            "require": {
24*ee5c0205SAndreas Gohr                "php": ">=5.3.0"
25*ee5c0205SAndreas Gohr            },
26*ee5c0205SAndreas Gohr            "type": "library",
27*ee5c0205SAndreas Gohr            "extra": {
28*ee5c0205SAndreas Gohr                "branch-alias": {
29*ee5c0205SAndreas Gohr                    "dev-master": "1.1.x-dev"
30*ee5c0205SAndreas Gohr                }
31*ee5c0205SAndreas Gohr            },
32*ee5c0205SAndreas Gohr            "autoload": {
33*ee5c0205SAndreas Gohr                "psr-4": {
34*ee5c0205SAndreas Gohr                    "Psr\\Log\\": "Psr/Log/"
35*ee5c0205SAndreas Gohr                }
36*ee5c0205SAndreas Gohr            },
37*ee5c0205SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
38*ee5c0205SAndreas Gohr            "license": [
39*ee5c0205SAndreas Gohr                "MIT"
40*ee5c0205SAndreas Gohr            ],
41*ee5c0205SAndreas Gohr            "authors": [
42*ee5c0205SAndreas Gohr                {
43*ee5c0205SAndreas Gohr                    "name": "PHP-FIG",
44*ee5c0205SAndreas Gohr                    "homepage": "https://www.php-fig.org/"
45*ee5c0205SAndreas Gohr                }
46*ee5c0205SAndreas Gohr            ],
47*ee5c0205SAndreas Gohr            "description": "Common interface for logging libraries",
48*ee5c0205SAndreas Gohr            "homepage": "https://github.com/php-fig/log",
49*ee5c0205SAndreas Gohr            "keywords": [
50*ee5c0205SAndreas Gohr                "log",
51*ee5c0205SAndreas Gohr                "psr",
52*ee5c0205SAndreas Gohr                "psr-3"
53*ee5c0205SAndreas Gohr            ],
54*ee5c0205SAndreas Gohr            "support": {
55*ee5c0205SAndreas Gohr                "source": "https://github.com/php-fig/log/tree/1.1.4"
56*ee5c0205SAndreas Gohr            },
57*ee5c0205SAndreas Gohr            "time": "2021-05-03T11:20:27+00:00"
58*ee5c0205SAndreas Gohr        },
59*ee5c0205SAndreas Gohr        {
60*ee5c0205SAndreas Gohr            "name": "txthinking/mailer",
61*ee5c0205SAndreas Gohr            "version": "v2.0.1",
62*ee5c0205SAndreas Gohr            "source": {
63*ee5c0205SAndreas Gohr                "type": "git",
64*ee5c0205SAndreas Gohr                "url": "https://github.com/txthinking/Mailer.git",
65*ee5c0205SAndreas Gohr                "reference": "09013cf9dad3aac195f66ae5309e8c3343c018e9"
66*ee5c0205SAndreas Gohr            },
67*ee5c0205SAndreas Gohr            "dist": {
68*ee5c0205SAndreas Gohr                "type": "zip",
69*ee5c0205SAndreas Gohr                "url": "https://api.github.com/repos/txthinking/Mailer/zipball/09013cf9dad3aac195f66ae5309e8c3343c018e9",
70*ee5c0205SAndreas Gohr                "reference": "09013cf9dad3aac195f66ae5309e8c3343c018e9",
71*ee5c0205SAndreas Gohr                "shasum": ""
72*ee5c0205SAndreas Gohr            },
73*ee5c0205SAndreas Gohr            "require": {
74*ee5c0205SAndreas Gohr                "php": ">=5.3.2",
75*ee5c0205SAndreas Gohr                "psr/log": "~1.0"
76*ee5c0205SAndreas Gohr            },
77*ee5c0205SAndreas Gohr            "require-dev": {
78*ee5c0205SAndreas Gohr                "monolog/monolog": "~1.13",
79*ee5c0205SAndreas Gohr                "phpunit/phpunit": "~4.0"
80*ee5c0205SAndreas Gohr            },
81*ee5c0205SAndreas Gohr            "type": "library",
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            "time": "2018-10-09T10:47:23+00:00"
114*ee5c0205SAndreas Gohr        }
115*ee5c0205SAndreas Gohr    ],
116*ee5c0205SAndreas Gohr    "packages-dev": [],
117*ee5c0205SAndreas Gohr    "aliases": [],
118*ee5c0205SAndreas Gohr    "minimum-stability": "stable",
119*ee5c0205SAndreas Gohr    "stability-flags": {},
120*ee5c0205SAndreas Gohr    "prefer-stable": false,
121*ee5c0205SAndreas Gohr    "prefer-lowest": false,
122*ee5c0205SAndreas Gohr    "platform": {},
123*ee5c0205SAndreas Gohr    "platform-dev": {},
124*ee5c0205SAndreas Gohr    "platform-overrides": {
125*ee5c0205SAndreas Gohr        "php": "8.2"
126*ee5c0205SAndreas Gohr    },
127*ee5c0205SAndreas Gohr    "plugin-api-version": "2.9.0"
128*ee5c0205SAndreas Gohr}
129