ClassLoader.php
11 months ago
InstalledVersions.php
11 months ago
LICENSE
11 months ago
autoload_classmap.php
11 months ago
autoload_namespaces.php
11 months ago
autoload_psr4.php
11 months ago
autoload_real.php
11 months ago
autoload_static.php
11 months ago
installed.json
11 months ago
installed.php
11 months ago
platform_check.php
11 months 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 |