1ee5c0205SAndreas Gohr{ 2ee5c0205SAndreas Gohr "require": { 3*28d0809aSAndreas Gohr "txthinking/mailer": "dev-master", 4ee5c0205SAndreas Gohr "psr/log": "^1.0" 5ee5c0205SAndreas Gohr }, 6ee5c0205SAndreas Gohr "autoload": { 7ee5c0205SAndreas Gohr "psr-4": { 8ee5c0205SAndreas Gohr "splitbrain\\dokuwiki\\plugin\\smtp\\": "classes/" 9ee5c0205SAndreas Gohr } 10ee5c0205SAndreas Gohr }, 11ee5c0205SAndreas Gohr "config": { 12ee5c0205SAndreas Gohr "platform": { 13ee5c0205SAndreas Gohr "php": "8.2" 14ee5c0205SAndreas Gohr } 15ee5c0205SAndreas Gohr } 16ee5c0205SAndreas Gohr} 17