ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.json
1 day ago
installed.php
1 day ago
jetpack_autoload_classmap.php
1 day ago
jetpack_autoload_psr4.php
1 day ago
installed.php
62 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'hostinger/hostinger', |
| 4 | 'pretty_version' => 'dev-main', |
| 5 | 'version' => 'dev-main', |
| 6 | 'reference' => '322a6acabcc321c5fa0f3de58880858aee63e7d2', |
| 7 | 'type' => 'library', |
| 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' => 'ff885dc8d84dce84d2d4fcb726b735e2ac6eb005', |
| 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' => array( |
| 25 | 'pretty_version' => 'dev-main', |
| 26 | 'version' => 'dev-main', |
| 27 | 'reference' => '322a6acabcc321c5fa0f3de58880858aee63e7d2', |
| 28 | 'type' => 'library', |
| 29 | 'install_path' => __DIR__ . '/../../', |
| 30 | 'aliases' => array(), |
| 31 | 'dev_requirement' => false, |
| 32 | ), |
| 33 | 'hostinger/hostinger-wp-helper' => array( |
| 34 | 'pretty_version' => '1.0.14', |
| 35 | 'version' => '1.0.14.0', |
| 36 | 'reference' => 'ad885039a7fd2e7b555a8ebe32b3c6e02cb35494', |
| 37 | 'type' => 'library', |
| 38 | 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-helper', |
| 39 | 'aliases' => array(), |
| 40 | 'dev_requirement' => false, |
| 41 | ), |
| 42 | 'hostinger/hostinger-wp-menu-manager' => array( |
| 43 | 'pretty_version' => '1.2.20', |
| 44 | 'version' => '1.2.20.0', |
| 45 | 'reference' => '937e866a6c7db2ae9e9549a8f57c1ff922117ed2', |
| 46 | 'type' => 'library', |
| 47 | 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-menu-manager', |
| 48 | 'aliases' => array(), |
| 49 | 'dev_requirement' => false, |
| 50 | ), |
| 51 | 'woocommerce/action-scheduler' => array( |
| 52 | 'pretty_version' => '3.9.3', |
| 53 | 'version' => '3.9.3.0', |
| 54 | 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c', |
| 55 | 'type' => 'wordpress-plugin', |
| 56 | 'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 57 | 'aliases' => array(), |
| 58 | 'dev_requirement' => false, |
| 59 | ), |
| 60 | ), |
| 61 | ); |
| 62 |