pandorafms/pandora_console/required_um_versions.php

6 lines
138 B
PHP
Raw Normal View History

2023-10-24 11:56:35 +02:00
<?php
2023-10-24 12:00:57 +02:00
// Versions must be specified as a string in the following formats: '8', '8.0.30', ...
2024-01-24 11:47:02 +01:00
$php_version = '8.2';
2024-03-11 15:27:10 +01:00
$mysql_version = '8';