ClassLoader.php
11 months ago
InstalledVersions.php
11 months ago
LICENSE
11 months ago
autoload_classmap.php
2 months ago
autoload_namespaces.php
11 months ago
autoload_psr4.php
2 months ago
autoload_real.php
3 weeks ago
autoload_static.php
3 weeks ago
installed.json
3 weeks ago
installed.php
4 days ago
jetpack_autoload_classmap.php
3 weeks ago
platform_check.php
11 months ago
installed.php
91 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'hostinger/hostinger-reach', |
| 4 | 'pretty_version' => 'dev-main', |
| 5 | 'version' => 'dev-main', |
| 6 | 'reference' => 'cbfc13eeffb9bff4c92088fb2aee0438edb44049', |
| 7 | 'type' => 'plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'automattic/jetpack-autoloader' => array( |
| 14 | 'pretty_version' => 'dev-trunk', |
| 15 | 'version' => 'dev-trunk', |
| 16 | 'reference' => '2fb6eba161b990cfb1fe92486ed6c12508a33598', |
| 17 | 'type' => 'composer-plugin', |
| 18 | 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', |
| 19 | 'aliases' => array( |
| 20 | 0 => '5.0.x-dev', |
| 21 | ), |
| 22 | 'dev_requirement' => false, |
| 23 | ), |
| 24 | 'hostinger/hostinger-reach' => array( |
| 25 | 'pretty_version' => 'dev-main', |
| 26 | 'version' => 'dev-main', |
| 27 | 'reference' => 'cbfc13eeffb9bff4c92088fb2aee0438edb44049', |
| 28 | 'type' => 'plugin', |
| 29 | 'install_path' => __DIR__ . '/../../', |
| 30 | 'aliases' => array(), |
| 31 | 'dev_requirement' => false, |
| 32 | ), |
| 33 | 'hostinger/hostinger-wp-amplitude' => array( |
| 34 | 'pretty_version' => '1.0.18', |
| 35 | 'version' => '1.0.18.0', |
| 36 | 'reference' => 'bad88dd1fe2bd97d84cc5db3c574c072fc1a6f9b', |
| 37 | 'type' => 'library', |
| 38 | 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-amplitude', |
| 39 | 'aliases' => array(), |
| 40 | 'dev_requirement' => false, |
| 41 | ), |
| 42 | 'hostinger/hostinger-wp-helper' => array( |
| 43 | 'pretty_version' => '1.0.15', |
| 44 | 'version' => '1.0.15.0', |
| 45 | 'reference' => '4ed53bfa1c2ad4e8d0662a416e760428a93a994b', |
| 46 | 'type' => 'library', |
| 47 | 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-helper', |
| 48 | 'aliases' => array(), |
| 49 | 'dev_requirement' => false, |
| 50 | ), |
| 51 | 'hostinger/hostinger-wp-menu-manager' => array( |
| 52 | 'pretty_version' => '1.2.23', |
| 53 | 'version' => '1.2.23.0', |
| 54 | 'reference' => 'c97a06dc717769541b6fc2524474eb06103aefc9', |
| 55 | 'type' => 'library', |
| 56 | 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-menu-manager', |
| 57 | 'aliases' => array(), |
| 58 | 'dev_requirement' => false, |
| 59 | ), |
| 60 | 'hostinger/hostinger-wp-surveys' => array( |
| 61 | 'pretty_version' => '1.1.23', |
| 62 | 'version' => '1.1.23.0', |
| 63 | 'reference' => '4ad88bce29b30ec4c8728fa02fe67492967061d2', |
| 64 | 'type' => 'library', |
| 65 | 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-surveys', |
| 66 | 'aliases' => array(), |
| 67 | 'dev_requirement' => false, |
| 68 | ), |
| 69 | 'psr/container' => array( |
| 70 | 'pretty_version' => 'dev-master', |
| 71 | 'version' => 'dev-master', |
| 72 | 'reference' => '707984727bd5b2b670e59559d3ed2500240cf875', |
| 73 | 'type' => 'library', |
| 74 | 'install_path' => __DIR__ . '/../psr/container', |
| 75 | 'aliases' => array( |
| 76 | 0 => '2.0.x-dev', |
| 77 | ), |
| 78 | 'dev_requirement' => false, |
| 79 | ), |
| 80 | 'woocommerce/action-scheduler' => array( |
| 81 | 'pretty_version' => '3.9.3', |
| 82 | 'version' => '3.9.3.0', |
| 83 | 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c', |
| 84 | 'type' => 'wordpress-plugin', |
| 85 | 'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 86 | 'aliases' => array(), |
| 87 | 'dev_requirement' => false, |
| 88 | ), |
| 89 | ), |
| 90 | ); |
| 91 |