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