mirror of
https://github.com/appwrite/appwrite
synced 2026-04-21 21:47:16 +00:00
9 lines
137 B
PHP
9 lines
137 B
PHP
<?php
|
|
|
|
/**
|
|
* List of Appwrite Functions supported runtimes
|
|
*/
|
|
|
|
use Appwrite\Runtimes\Runtimes;
|
|
|
|
return (new Runtimes('v5'))->getAll();
|