PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 2.9.0
WP 2FA – Two-factor authentication for WordPress v2.9.0
4.1.0 4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / vendor / composer / installed.php
wp-2fa / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 1 year ago LICENSE 1 year ago autoload_classmap.php 1 year ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 year ago autoload_real.php 1 year ago autoload_static.php 1 year ago installed.json 1 year ago installed.php 1 year ago platform_check.php 1 year ago
installed.php
6 lines
1 <?php
2
3 namespace WP2FA_Vendor;
4
5 return array('root' => array('name' => 'wp-white-security/wp-2fa', 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => null, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('arcturial/clickatell' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '541ab55c3a807374fe727aad57004c09887080cf', 'type' => 'library', 'install_path' => __DIR__ . '/../arcturial/clickatell', 'aliases' => array(), 'dev_requirement' => \false), 'firebase/php-jwt' => array('pretty_version' => 'v5.5.1', 'version' => '5.5.1.0', 'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6', 'type' => 'library', 'install_path' => __DIR__ . '/../firebase/php-jwt', 'aliases' => array(), 'dev_requirement' => \false), 'freemius/wordpress-sdk' => array('pretty_version' => '2.12.1', 'version' => '2.12.1.0', 'reference' => 'fedeba08eb3e62af5f84bd6d602f98636467cffc', 'type' => 'library', 'install_path' => __DIR__ . '/../freemius/wordpress-sdk', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/options-resolver' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v5.0.11')), 'symfony/polyfill-ctype' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v1.20.0')), 'symfony/string' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v5.0.11')), 'wp-white-security/wp-2fa' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => null, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false)));
6