appwrite/app/config/runtimes.php

10 lines
137 B
PHP
Raw Normal View History

2021-04-21 11:02:54 +00:00
<?php
/**
* List of Appwrite Functions supported runtimes
2021-04-21 11:02:54 +00:00
*/
2022-05-23 14:54:50 +00:00
2022-05-30 17:41:25 +00:00
use Appwrite\Runtimes\Runtimes;
2025-03-11 17:19:25 +00:00
return (new Runtimes('v5'))->getAll();