ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
5 years ago
autoload_classmap.php
3 years ago
autoload_files.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
3 years ago
installed.php
3 years ago
platform_check.php
3 years 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' => '2.2.0', 'version' => '2.2.0.0', 'reference' => NULL, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('bacon/bacon-qr-code' => array('pretty_version' => '2.0.8', 'version' => '2.0.8.0', 'reference' => '8674e51bb65af933a5ffaf1c308a660387c35c22', 'type' => 'library', 'install_path' => __DIR__ . '/../bacon/bacon-qr-code', 'aliases' => array(), 'dev_requirement' => \false), 'dasprid/enum' => array('pretty_version' => '1.0.4', 'version' => '1.0.4.0', 'reference' => '8e6b6ea76eabbf19ea2bf5b67b98e1860474012f', 'type' => 'library', 'install_path' => __DIR__ . '/../dasprid/enum', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => 'd5ef95cecba7f792ddca3e3bd70ebfb90dc4996d', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'endroid/qr-code' => array('pretty_version' => '3.9.7', 'version' => '3.9.7.0', 'reference' => '94563d7b3105288e6ac53a67ae720e3669fac1f6', 'type' => 'library', 'install_path' => __DIR__ . '/../endroid/qr-code', '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.5.10', 'version' => '2.5.10.0', 'reference' => NULL, 'type' => 'library', 'install_path' => __DIR__ . '/../freemius/wordpress-sdk', 'aliases' => array(), 'dev_requirement' => \false), 'khanamiryan/qrcode-detector-decoder' => array('pretty_version' => '1.0.6', 'version' => '1.0.6.0', 'reference' => '45326fb83a2a375065dbb3a134b5b8a5872da569', 'type' => 'library', 'install_path' => __DIR__ . '/../khanamiryan/qrcode-detector-decoder', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.4', 'version' => '1.8.4.0', 'reference' => 'a867478eae49c9f59ece437ae7f9506bfaa27483', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/inflector' => array('pretty_version' => 'v5.0.11', 'version' => '5.0.11.0', 'reference' => '7eff2643934179cd0e5a6609a583fc22fc495fc4', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/inflector', '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/property-access' => array('pretty_version' => 'v5.0.11', 'version' => '5.0.11.0', 'reference' => 'fdc47c3780ebb29077c3421c6253ccc91040c24a', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/property-access', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/string' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v5.0.11')), 'twilio/sdk' => array('pretty_version' => '6.44.4', 'version' => '6.44.4.0', 'reference' => '08aad5f377e2245b9cd7508e7762d95e7392fa4d', 'type' => 'library', 'install_path' => __DIR__ . '/../twilio/sdk', 'aliases' => array(), 'dev_requirement' => \false), 'wp-white-security/wp-2fa' => array('pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'reference' => NULL, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false))); |
| 6 |