Files

16 lines
235 B
PHP
Raw Permalink Normal View History

2025-12-10 12:17:30 -05:00
<?php
return array(
// The sdk version
'sdk' => '1.3.30',
// Minimum supported WordPress version
'wp' => '4.7',
// Supported PHP version
'php' => '5.4',
// Path to current SDK$
'path' => __DIR__,
);