PluginProbe
WP Debugging / 2.11.17
WP Debugging v2.11.17
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
wp-debugging / vendor / composer / installed.php

installed.php in WP Debugging 2.11.17, at vendor/composer/installed.php

60 lines 2.3 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' => 'afragen/wp-debugging',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '2c50d80a7fc24f069226dd4cab362092fe356fa0',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'afragen/wp-debugging' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => '2c50d80a7fc24f069226dd4cab362092fe356fa0',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'afragen/wp-dependency-installer' => array(
23 'pretty_version' => '4.3.9',
24 'version' => '4.3.9.0',
25 'reference' => '1bac4a8e342f706688d6a839c14d4ab48bfab5e2',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../afragen/wp-dependency-installer',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'afragen/wp-dismiss-notice' => array(
32 'pretty_version' => '0.3.0',
33 'version' => '0.3.0.0',
34 'reference' => '8b690bc045620811d3c0724c2a2746cf1baab809',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../afragen/wp-dismiss-notice',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'norcross/debug-quick-look' => array(
41 'pretty_version' => '0.1.7',
42 'version' => '0.1.7.0',
43 'reference' => NULL,
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../norcross/debug-quick-look',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'wp-cli/wp-config-transformer' => array(
50 'pretty_version' => 'v1.3.1',
51 'version' => '1.3.1.0',
52 'reference' => 'c5b5349b86a3eea6c8a3f401f556f21a717aa80e',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../wp-cli/wp-config-transformer',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 ),
59 );
60