PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.12
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.12
1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 All 163 releases
woocommerce-pos / vendor / composer / installed.php

installed.php in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.10.12, at vendor/composer/installed.php

102 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'wcpos/woocommerce-pos',
4 'pretty_version' => 'v1.10.12',
5 'version' => '1.10.12.0',
6 'reference' => '0906dbc1737a1a8ea1695a35b9c0d807924b2d18',
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.10.12',
93 'version' => '1.10.12.0',
94 'reference' => '0906dbc1737a1a8ea1695a35b9c0d807924b2d18',
95 'type' => 'wordpress-plugin',
96 'install_path' => __DIR__ . '/../../',
97 'aliases' => array(),
98 'dev_requirement' => false,
99 ),
100 ),
101 );
102