PluginProbe
Parse.ly / 3.19.2
Parse.ly v3.19.2
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
wp-parsely / vendor / composer / installed.php

installed.php in Parse.ly 3.19.2, at vendor/composer/installed.php

42 lines 1.5 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' => 'parsely/wp-parsely',
4 'pretty_version' => 'dev-develop',
5 'version' => 'dev-develop',
6 'reference' => 'c3c34cdcfa415c2793e4758e25fbfc11a9968b9b',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'composer/installers' => array(
14 'pretty_version' => 'v2.3.0',
15 'version' => '2.3.0.0',
16 'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/./installers',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'masterminds/html5' => array(
23 'pretty_version' => '2.9.0',
24 'version' => '2.9.0.0',
25 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../masterminds/html5',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'parsely/wp-parsely' => array(
32 'pretty_version' => 'dev-develop',
33 'version' => 'dev-develop',
34 'reference' => 'c3c34cdcfa415c2793e4758e25fbfc11a9968b9b',
35 'type' => 'wordpress-plugin',
36 'install_path' => __DIR__ . '/../../',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42