PHP 8.5 Support
-
Please update composer dependencies in order to support php 8.5.
Quick fix until then:
Create
wp-content/plugins/yaysmtp/composer.json:{
"require": {
"guzzlehttp/psr7": "^2.6",
"monolog/monolog": "^3.5",
"google/apiclient": "^2.15",
"league/oauth2-client": "^2.7"
},
"config": {
"allow-plugins": true
}
}Run
composer install.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.