xref: /plugin/smtp/vendor/composer/installed.json (revision 28d0809a4424b7a71eb621f24d1b3a19c5927170)
1ee5c0205SAndreas Gohr{
2ee5c0205SAndreas Gohr    "packages": [
3ee5c0205SAndreas Gohr        {
4ee5c0205SAndreas Gohr            "name": "psr/log",
5ee5c0205SAndreas Gohr            "version": "1.1.4",
6ee5c0205SAndreas Gohr            "version_normalized": "1.1.4.0",
7ee5c0205SAndreas Gohr            "source": {
8ee5c0205SAndreas Gohr                "type": "git",
9ee5c0205SAndreas Gohr                "url": "https://github.com/php-fig/log.git",
10ee5c0205SAndreas Gohr                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
11ee5c0205SAndreas Gohr            },
12ee5c0205SAndreas Gohr            "dist": {
13ee5c0205SAndreas Gohr                "type": "zip",
14ee5c0205SAndreas Gohr                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
15ee5c0205SAndreas Gohr                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
16ee5c0205SAndreas Gohr                "shasum": ""
17ee5c0205SAndreas Gohr            },
18ee5c0205SAndreas Gohr            "require": {
19ee5c0205SAndreas Gohr                "php": ">=5.3.0"
20ee5c0205SAndreas Gohr            },
21ee5c0205SAndreas Gohr            "time": "2021-05-03T11:20:27+00:00",
22ee5c0205SAndreas Gohr            "type": "library",
23ee5c0205SAndreas Gohr            "extra": {
24ee5c0205SAndreas Gohr                "branch-alias": {
25ee5c0205SAndreas Gohr                    "dev-master": "1.1.x-dev"
26ee5c0205SAndreas Gohr                }
27ee5c0205SAndreas Gohr            },
28ee5c0205SAndreas Gohr            "installation-source": "dist",
29ee5c0205SAndreas Gohr            "autoload": {
30ee5c0205SAndreas Gohr                "psr-4": {
31ee5c0205SAndreas Gohr                    "Psr\\Log\\": "Psr/Log/"
32ee5c0205SAndreas Gohr                }
33ee5c0205SAndreas Gohr            },
34ee5c0205SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
35ee5c0205SAndreas Gohr            "license": [
36ee5c0205SAndreas Gohr                "MIT"
37ee5c0205SAndreas Gohr            ],
38ee5c0205SAndreas Gohr            "authors": [
39ee5c0205SAndreas Gohr                {
40ee5c0205SAndreas Gohr                    "name": "PHP-FIG",
41ee5c0205SAndreas Gohr                    "homepage": "https://www.php-fig.org/"
42ee5c0205SAndreas Gohr                }
43ee5c0205SAndreas Gohr            ],
44ee5c0205SAndreas Gohr            "description": "Common interface for logging libraries",
45ee5c0205SAndreas Gohr            "homepage": "https://github.com/php-fig/log",
46ee5c0205SAndreas Gohr            "keywords": [
47ee5c0205SAndreas Gohr                "log",
48ee5c0205SAndreas Gohr                "psr",
49ee5c0205SAndreas Gohr                "psr-3"
50ee5c0205SAndreas Gohr            ],
51ee5c0205SAndreas Gohr            "support": {
52ee5c0205SAndreas Gohr                "source": "https://github.com/php-fig/log/tree/1.1.4"
53ee5c0205SAndreas Gohr            },
54ee5c0205SAndreas Gohr            "install-path": "../psr/log"
55ee5c0205SAndreas Gohr        },
56ee5c0205SAndreas Gohr        {
57ee5c0205SAndreas Gohr            "name": "txthinking/mailer",
58*28d0809aSAndreas Gohr            "version": "dev-master",
59*28d0809aSAndreas Gohr            "version_normalized": "dev-master",
60ee5c0205SAndreas Gohr            "source": {
61ee5c0205SAndreas Gohr                "type": "git",
62ee5c0205SAndreas Gohr                "url": "https://github.com/txthinking/Mailer.git",
63*28d0809aSAndreas Gohr                "reference": "616e58b81fd8aa6fd548d20929c9d53cf725a17c"
64ee5c0205SAndreas Gohr            },
65ee5c0205SAndreas Gohr            "dist": {
66ee5c0205SAndreas Gohr                "type": "zip",
67*28d0809aSAndreas Gohr                "url": "https://api.github.com/repos/txthinking/Mailer/zipball/616e58b81fd8aa6fd548d20929c9d53cf725a17c",
68*28d0809aSAndreas Gohr                "reference": "616e58b81fd8aa6fd548d20929c9d53cf725a17c",
69ee5c0205SAndreas Gohr                "shasum": ""
70ee5c0205SAndreas Gohr            },
71ee5c0205SAndreas Gohr            "require": {
72*28d0809aSAndreas Gohr                "php": ">=5.4",
73*28d0809aSAndreas Gohr                "psr/log": "^1.0 || ^2.0 || ^3.0"
74ee5c0205SAndreas Gohr            },
75ee5c0205SAndreas Gohr            "require-dev": {
76ee5c0205SAndreas Gohr                "monolog/monolog": "~1.13",
77*28d0809aSAndreas Gohr                "phpunit/phpunit": "~8.5"
78ee5c0205SAndreas Gohr            },
79*28d0809aSAndreas Gohr            "time": "2025-12-07T11:30:45+00:00",
80*28d0809aSAndreas Gohr            "default-branch": true,
81ee5c0205SAndreas Gohr            "type": "library",
82ee5c0205SAndreas Gohr            "installation-source": "dist",
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            },
114ee5c0205SAndreas Gohr            "install-path": "../txthinking/mailer"
115ee5c0205SAndreas Gohr        }
116ee5c0205SAndreas Gohr    ],
117ee5c0205SAndreas Gohr    "dev": true,
118ee5c0205SAndreas Gohr    "dev-package-names": []
119ee5c0205SAndreas Gohr}
120