ClassLoader.php
1 day ago
InstalledVersions.php
1 day ago
LICENSE
1 day ago
autoload_classmap.php
1 day ago
autoload_namespaces.php
1 day ago
autoload_psr4.php
1 day ago
autoload_real.php
1 day ago
autoload_static.php
1 day ago
installed.json
1 day ago
installed.php
1 day 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), 'freemius/wordpress-sdk' => array('pretty_version' => '2.13.2', 'version' => '2.13.2.0', 'reference' => '20358d1ef8e11ef17038fc9cb8fca6c6a544c519', '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 |