| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'hostinger/hostinger', |
| 4 |
'pretty_version' => 'dev-main', |
| 5 |
'version' => 'dev-main', |
| 6 |
'reference' => 'd26f1f92e3361d136d8d090f8c3e48f607ec54e6', |
| 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' => '272f0a1e119175623b440699e7af79de2a6ed44b', |
| 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' => 'd26f1f92e3361d136d8d090f8c3e48f607ec54e6', |
| 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.12', |
| 35 |
'version' => '1.0.12.0', |
| 36 |
'reference' => 'f943461ffdd9df60c84e4d808ff1dd967dfa790d', |
| 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 |
|