pandorafms/pandora_console/required_um_versions.php

6 lines
136 B
PHP

<?php
// Versions must be specified as a string in the following formats: '8', '8.0.30', ...
$php_version = '8';
$mysql_version = '8';