This commit is contained in:
kmvan
2019-01-13 20:30:55 +08:00
parent 31345fd56a
commit d89a7c4552
83 changed files with 13249 additions and 1775 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace InnStudio\Prober\Components\Config;
class ConfigApi
{
public static $APP_VERSION = '1.0.0';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $AUTHOR_URL = 'https://inn-studio.com/prober';
public static $UPDATE_PHP_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/dist/prober.php';
public static $AUTHOR_NAME = 'INN STUDIO';
public static $CHANGELOG_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/CHANGELOG.md';
public static $LATEST_PHP_STABLE_VERSION = '7.3.1';
}