PluginProbe
Plugin Report / 2.2.0
Plugin Report v2.2.0
2.2.4 trunk 1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9 1.9.1 1.9.2 1.9.3 2.0.0 2.0.1 2.0.2 2.1 2.1.1 2.2.0 2.2.1 All 27 releases
plugin-report / vendor / composer / installed.php

installed.php in Plugin Report 2.2.0, at vendor/composer/installed.php

51 lines 1.8 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' => 'zodiac1978/plugin-report',
4 'pretty_version' => '1.0.0+no-version-set',
5 'version' => '1.0.0.0',
6 'reference' => null,
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'php-stubs/wordpress-stubs' => array(
14 'pretty_version' => 'v6.8.0',
15 'version' => '6.8.0.0',
16 'reference' => '1824db4d1d00d32c0119175d2369d9425dbc4953',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
19 'aliases' => array(),
20 'dev_requirement' => true,
21 ),
22 'phpstan/phpstan' => array(
23 'pretty_version' => '2.1.12',
24 'version' => '2.1.12.0',
25 'reference' => '96dde49e967c0c22812bcfa7bda4ff82c09f3b0c',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../phpstan/phpstan',
28 'aliases' => array(),
29 'dev_requirement' => true,
30 ),
31 'szepeviktor/phpstan-wordpress' => array(
32 'pretty_version' => 'v2.0.1',
33 'version' => '2.0.1.0',
34 'reference' => 'f7beb13cd22998e3d913fdb897a1e2553ccd637e',
35 'type' => 'phpstan-extension',
36 'install_path' => __DIR__ . '/../szepeviktor/phpstan-wordpress',
37 'aliases' => array(),
38 'dev_requirement' => true,
39 ),
40 'zodiac1978/plugin-report' => array(
41 'pretty_version' => '1.0.0+no-version-set',
42 'version' => '1.0.0.0',
43 'reference' => null,
44 'type' => 'wordpress-plugin',
45 'install_path' => __DIR__ . '/../../',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 ),
50 );
51