ClassLoader.php
5 years ago
InstalledVersions.php
5 years ago
LICENSE
5 years ago
autoload_classmap.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
5 years ago
installed.php
5 years ago
platform_check.php
5 years ago
installed.php
33 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'pretty_version' => 'dev-develop', |
| 4 | 'version' => 'dev-develop', |
| 5 | 'type' => 'library', |
| 6 | 'install_path' => __DIR__ . '/../../', |
| 7 | 'aliases' => array(), |
| 8 | 'reference' => '26e29ce58a025409eff8b4ecf2ef4e8c4637d774', |
| 9 | 'name' => 'wp-white-security/wp-2fa', |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'freemius/wordpress-sdk' => array( |
| 14 | 'pretty_version' => '2.4.2', |
| 15 | 'version' => '2.4.2.0', |
| 16 | 'type' => 'library', |
| 17 | 'install_path' => __DIR__ . '/../freemius/wordpress-sdk', |
| 18 | 'aliases' => array(), |
| 19 | 'reference' => '84a9be4717effd7697a217e0d931f48ae0d2ecc6', |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'wp-white-security/wp-2fa' => array( |
| 23 | 'pretty_version' => 'dev-develop', |
| 24 | 'version' => 'dev-develop', |
| 25 | 'type' => 'library', |
| 26 | 'install_path' => __DIR__ . '/../../', |
| 27 | 'aliases' => array(), |
| 28 | 'reference' => '26e29ce58a025409eff8b4ecf2ef4e8c4637d774', |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | ), |
| 32 | ); |
| 33 |