xref: /plugin/smtp/composer.lock (revision 28d0809a4424b7a71eb621f24d1b3a19c5927170)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "d4049cf4136cffcaa132372e86a5a15e",
8    "packages": [
9        {
10            "name": "psr/log",
11            "version": "1.1.4",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/php-fig/log.git",
15                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
20                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.3.0"
25            },
26            "type": "library",
27            "extra": {
28                "branch-alias": {
29                    "dev-master": "1.1.x-dev"
30                }
31            },
32            "autoload": {
33                "psr-4": {
34                    "Psr\\Log\\": "Psr/Log/"
35                }
36            },
37            "notification-url": "https://packagist.org/downloads/",
38            "license": [
39                "MIT"
40            ],
41            "authors": [
42                {
43                    "name": "PHP-FIG",
44                    "homepage": "https://www.php-fig.org/"
45                }
46            ],
47            "description": "Common interface for logging libraries",
48            "homepage": "https://github.com/php-fig/log",
49            "keywords": [
50                "log",
51                "psr",
52                "psr-3"
53            ],
54            "support": {
55                "source": "https://github.com/php-fig/log/tree/1.1.4"
56            },
57            "time": "2021-05-03T11:20:27+00:00"
58        },
59        {
60            "name": "txthinking/mailer",
61            "version": "dev-master",
62            "source": {
63                "type": "git",
64                "url": "https://github.com/txthinking/Mailer.git",
65                "reference": "616e58b81fd8aa6fd548d20929c9d53cf725a17c"
66            },
67            "dist": {
68                "type": "zip",
69                "url": "https://api.github.com/repos/txthinking/Mailer/zipball/616e58b81fd8aa6fd548d20929c9d53cf725a17c",
70                "reference": "616e58b81fd8aa6fd548d20929c9d53cf725a17c",
71                "shasum": ""
72            },
73            "require": {
74                "php": ">=5.4",
75                "psr/log": "^1.0 || ^2.0 || ^3.0"
76            },
77            "require-dev": {
78                "monolog/monolog": "~1.13",
79                "phpunit/phpunit": "~8.5"
80            },
81            "default-branch": true,
82            "type": "library",
83            "autoload": {
84                "psr-4": {
85                    "Tx\\": "src/"
86                }
87            },
88            "notification-url": "https://packagist.org/downloads/",
89            "license": [
90                "MIT"
91            ],
92            "authors": [
93                {
94                    "name": "Cloud",
95                    "email": "cloud@txthinking.com",
96                    "homepage": "http://www.txthinking.com",
97                    "role": "Thinker"
98                },
99                {
100                    "name": "Matt Sowers",
101                    "email": "msowers@erblearn.org"
102                }
103            ],
104            "description": "A very lightweight PHP SMTP mail sender",
105            "homepage": "http://github.com/txthinking/Mailer",
106            "keywords": [
107                "mail",
108                "smtp"
109            ],
110            "support": {
111                "issues": "https://github.com/txthinking/Mailer/issues",
112                "source": "https://github.com/txthinking/Mailer/tree/master"
113            },
114            "time": "2025-12-07T11:30:45+00:00"
115        }
116    ],
117    "packages-dev": [],
118    "aliases": [],
119    "minimum-stability": "stable",
120    "stability-flags": {
121        "txthinking/mailer": 20
122    },
123    "prefer-stable": false,
124    "prefer-lowest": false,
125    "platform": {},
126    "platform-dev": {},
127    "platform-overrides": {
128        "php": "8.2"
129    },
130    "plugin-api-version": "2.9.0"
131}
132