PluginProbe
WP Debugging / 2.11.23
WP Debugging v2.11.23
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.23, at vendor/composer/installed.php

105 lines 4.2 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' => '6060c38465c4d7399cfd0b4e5d4e3560f04f60af',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'afragen/wp-debugging' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => '6060c38465c4d7399cfd0b4e5d4e3560f04f60af',
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.13',
24 'version' => '4.3.13.0',
25 'reference' => '6a6366d21710a34f134d747b1ae673daa165b78c',
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.7',
33 'version' => '0.3.7.0',
34 'reference' => '3e2c694ca891fe94771457f54a3a5457a70c0aec',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../afragen/wp-dismiss-notice',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'dealerdirect/phpcodesniffer-composer-installer' => array(
41 'pretty_version' => 'v1.0.0',
42 'version' => '1.0.0.0',
43 'reference' => '4be43904336affa5c2f70744a348312336afd0da',
44 'type' => 'composer-plugin',
45 'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer',
46 'aliases' => array(),
47 'dev_requirement' => true,
48 ),
49 'norcross/debug-quick-look' => array(
50 'pretty_version' => '0.1.12',
51 'version' => '0.1.12.0',
52 'reference' => null,
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../norcross/debug-quick-look',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'phpcsstandards/phpcsextra' => array(
59 'pretty_version' => '1.2.1',
60 'version' => '1.2.1.0',
61 'reference' => '11d387c6642b6e4acaf0bd9bf5203b8cca1ec489',
62 'type' => 'phpcodesniffer-standard',
63 'install_path' => __DIR__ . '/../phpcsstandards/phpcsextra',
64 'aliases' => array(),
65 'dev_requirement' => true,
66 ),
67 'phpcsstandards/phpcsutils' => array(
68 'pretty_version' => '1.0.9',
69 'version' => '1.0.9.0',
70 'reference' => '908247bc65010c7b7541a9551e002db12e9dae70',
71 'type' => 'phpcodesniffer-standard',
72 'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils',
73 'aliases' => array(),
74 'dev_requirement' => true,
75 ),
76 'squizlabs/php_codesniffer' => array(
77 'pretty_version' => '3.9.0',
78 'version' => '3.9.0.0',
79 'reference' => 'd63cee4890a8afaf86a22e51ad4d97c91dd4579b',
80 'type' => 'library',
81 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
82 'aliases' => array(),
83 'dev_requirement' => true,
84 ),
85 'wp-cli/wp-config-transformer' => array(
86 'pretty_version' => 'v1.3.5',
87 'version' => '1.3.5.0',
88 'reference' => '202aa80528939159d52bc4026cee5453aec382db',
89 'type' => 'library',
90 'install_path' => __DIR__ . '/../wp-cli/wp-config-transformer',
91 'aliases' => array(),
92 'dev_requirement' => false,
93 ),
94 'wp-coding-standards/wpcs' => array(
95 'pretty_version' => '3.0.1',
96 'version' => '3.0.1.0',
97 'reference' => 'b4caf9689f1a0e4a4c632679a44e638c1c67aff1',
98 'type' => 'phpcodesniffer-standard',
99 'install_path' => __DIR__ . '/../wp-coding-standards/wpcs',
100 'aliases' => array(),
101 'dev_requirement' => true,
102 ),
103 ),
104 );
105