| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'hostinger/hostinger', |
| 4 |
'pretty_version' => 'dev-main', |
| 5 |
'version' => 'dev-main', |
| 6 |
'reference' => '6661bd9f67706e90feaca69a68658abb7119e69e', |
| 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' => 'd202767bf7a3286851762977d7ba4389437ffcc5', |
| 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' => '6661bd9f67706e90feaca69a68658abb7119e69e', |
| 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.10', |
| 35 |
'version' => '1.0.10.0', |
| 36 |
'reference' => '156a764738a8d694e9f76d1073988a291293b215', |
| 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.19', |
| 44 |
'version' => '1.2.19.0', |
| 45 |
'reference' => 'e5be32b03e3dc96746214d4a967b33fea0732062', |
| 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 |
|