appwrite/app/config/runtimes.php
2025-03-11 18:19:25 +01:00

9 lines
137 B
PHP

<?php
/**
* List of Appwrite Functions supported runtimes
*/
use Appwrite\Runtimes\Runtimes;
return (new Runtimes('v5'))->getAll();