xref: /plugin/smtp/composer.json (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr{
2*ee5c0205SAndreas Gohr    "require": {
3*ee5c0205SAndreas Gohr        "txthinking/mailer": "^2.0",
4*ee5c0205SAndreas Gohr        "psr/log": "^1.0"
5*ee5c0205SAndreas Gohr    },
6*ee5c0205SAndreas Gohr    "autoload": {
7*ee5c0205SAndreas Gohr        "psr-4": {
8*ee5c0205SAndreas Gohr            "splitbrain\\dokuwiki\\plugin\\smtp\\": "classes/"
9*ee5c0205SAndreas Gohr        }
10*ee5c0205SAndreas Gohr    },
11*ee5c0205SAndreas Gohr    "config": {
12*ee5c0205SAndreas Gohr        "platform": {
13*ee5c0205SAndreas Gohr            "php": "8.2"
14*ee5c0205SAndreas Gohr        }
15*ee5c0205SAndreas Gohr    }
16*ee5c0205SAndreas Gohr}
17