PluginProbe
Tiered Pricing Table for WooCommerce / 6.5.0
Tiered Pricing Table for WooCommerce v6.5.0
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / vendor / composer / installed.php

installed.php in Tiered Pricing Table for WooCommerce 6.5.0, at vendor/composer/installed.php

24 lines 795 B
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' => 'mynewvk/tier-pricing-table',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => 'adfcefba9a84bb78d71dd229c6316e603342cba0',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'mynewvk/tier-pricing-table' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => 'adfcefba9a84bb78d71dd229c6316e603342cba0',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24