PluginProbe
Additional Terms Lite for WooCommerce / 1.7.3
Additional Terms Lite for WooCommerce v1.7.3
1.7.3 1.7.2.1 trunk 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.6.3 All 35 releases
woo-additional-terms / vendor / composer / installed.php

installed.php in Additional Terms Lite for WooCommerce 1.7.3, 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' => 'mypreview/woo-additional-terms',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => 'ffc72c7c1d96ac031f4e985e7a7a8a844a0354f0',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'mypreview/woo-additional-terms' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => 'ffc72c7c1d96ac031f4e985e7a7a8a844a0354f0',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24