| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'wcpos/woocommerce-pos', |
| 4 |
'pretty_version' => 'v1.9.14', |
| 5 |
'version' => '1.9.14.0', |
| 6 |
'reference' => 'c4feb3ef4d026c4126fd134a6f688f7503adfad7', |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'brick/math' => array( |
| 14 |
'pretty_version' => '0.9.3', |
| 15 |
'version' => '0.9.3.0', |
| 16 |
'reference' => 'ca57d18f028f84f777b2168cd1911b0dee2343ae', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../brick/math', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'erusev/parsedown' => array( |
| 23 |
'pretty_version' => '1.8.0', |
| 24 |
'version' => '1.8.0.0', |
| 25 |
'reference' => '96baaad00f71ba04d76e45b4620f54d3beabd6f7', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../erusev/parsedown', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'mustache/mustache' => array( |
| 32 |
'pretty_version' => 'v3.2.0', |
| 33 |
'version' => '3.2.0.0', |
| 34 |
'reference' => 'bd4fb2e45ac2df0570c0f4da6898054a950d1ed0', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../mustache/mustache', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'ramsey/collection' => array( |
| 41 |
'pretty_version' => '1.3.0', |
| 42 |
'version' => '1.3.0.0', |
| 43 |
'reference' => 'ad7475d1c9e70b190ecffc58f2d989416af339b4', |
| 44 |
'type' => 'library', |
| 45 |
'install_path' => __DIR__ . '/../ramsey/collection', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'ramsey/uuid' => array( |
| 50 |
'pretty_version' => '4.2.3', |
| 51 |
'version' => '4.2.3.0', |
| 52 |
'reference' => 'fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df', |
| 53 |
'type' => 'library', |
| 54 |
'install_path' => __DIR__ . '/../ramsey/uuid', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
'rhumsaa/uuid' => array( |
| 59 |
'dev_requirement' => false, |
| 60 |
'replaced' => array( |
| 61 |
0 => '4.2.3', |
| 62 |
), |
| 63 |
), |
| 64 |
'symfony/polyfill-ctype' => array( |
| 65 |
'pretty_version' => 'v1.37.0', |
| 66 |
'version' => '1.37.0.0', |
| 67 |
'reference' => '141046a8f9477948ff284fa65be2095baafb94f2', |
| 68 |
'type' => 'library', |
| 69 |
'install_path' => __DIR__ . '/../symfony/polyfill-ctype', |
| 70 |
'aliases' => array(), |
| 71 |
'dev_requirement' => false, |
| 72 |
), |
| 73 |
'symfony/polyfill-php80' => array( |
| 74 |
'pretty_version' => 'v1.37.0', |
| 75 |
'version' => '1.37.0.0', |
| 76 |
'reference' => 'dfb55726c3a76ea3b6459fcfda1ec2d80a682411', |
| 77 |
'type' => 'library', |
| 78 |
'install_path' => __DIR__ . '/../symfony/polyfill-php80', |
| 79 |
'aliases' => array(), |
| 80 |
'dev_requirement' => false, |
| 81 |
), |
| 82 |
'symfony/polyfill-php81' => array( |
| 83 |
'pretty_version' => 'v1.38.1', |
| 84 |
'version' => '1.38.1.0', |
| 85 |
'reference' => '6bfb9c766cacffbc8e118cb87217d08ed84e5cd7', |
| 86 |
'type' => 'library', |
| 87 |
'install_path' => __DIR__ . '/../symfony/polyfill-php81', |
| 88 |
'aliases' => array(), |
| 89 |
'dev_requirement' => false, |
| 90 |
), |
| 91 |
'wcpos/woocommerce-pos' => array( |
| 92 |
'pretty_version' => 'v1.9.14', |
| 93 |
'version' => '1.9.14.0', |
| 94 |
'reference' => 'c4feb3ef4d026c4126fd134a6f688f7503adfad7', |
| 95 |
'type' => 'wordpress-plugin', |
| 96 |
'install_path' => __DIR__ . '/../../', |
| 97 |
'aliases' => array(), |
| 98 |
'dev_requirement' => false, |
| 99 |
), |
| 100 |
), |
| 101 |
); |
| 102 |
|