{
    "messages": {
        "info": {
            "title": "PHP & Database Versions",
            "details": "Using up-to-date PHP (8.0+) and database (MySQL 5.7+/MariaDB 10.4+) versions is vital for performance, security, and compatibility."
        }
    },
    "learn_more": {
        "description": "Ensure your host supports modern versions:",
        "benefits_title": "Recommendations:",
        "benefits": [
            "PHP: Aim for PHP 8.0 or newer (e.g., 8.1, 8.2, 8.3). Newer versions offer significant speed improvements and security patches. Check which versions the host offers and how easily you can switch between them.",
            "Database (MySQL/MariaDB): For MySQL, version 5.7 is a minimum, but 8.0+ is recommended. For MariaDB, version 10.4+ is recommended. Newer versions improve query performance and have security enhancements.",
            "Compatibility: While newer is generally better, always ensure your themes and plugins are compatible with the PHP/database versions you intend to use. Test on a staging site first if possible."
        ]
    }
} 