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