mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-16 15:28:43 +02:00
6 lines
138 B
PHP
6 lines
138 B
PHP
<?php
|
|
|
|
// Versions must be specified as a string in the following formats: '8', '8.0.30', ...
|
|
$php_version = '8.2';
|
|
$mysql_version = '8';
|