PluginProbe
Metricool – Social media and site statistics / trunk
Metricool – Social media and site statistics vtrunk
2.1.0 2.0.2 2.0.1 2.0.0 1.27 trunk
metricool / vendor / composer / installed.php

installed.php in Metricool – Social media and site statistics trunk, at vendor/composer/installed.php

24 lines 713 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' => 'really-simple-plugins/metricool',
4 'pretty_version' => '2.1.0',
5 'version' => '2.1.0.0',
6 'reference' => null,
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'really-simple-plugins/metricool' => array(
14 'pretty_version' => '2.1.0',
15 'version' => '2.1.0.0',
16 'reference' => null,
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24