PluginProbe
BugSnag Error Monitoring plugin / trunk
BugSnag Error Monitoring plugin vtrunk
trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 2.0.0
bugsnag / vendor / composer / installed.php

installed.php in BugSnag Error Monitoring plugin trunk, at vendor/composer/installed.php

132 lines 4.9 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' => 'bugsnag/bugsnag-wordpress',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '888b27ea741fa4675137e391f774c5433fb3a36c',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'bugsnag/bugsnag' => array(
14 'pretty_version' => 'v3.30.1',
15 'version' => '3.30.1.0',
16 'reference' => 'cb2324147efe7aedb5177fdcd68a94f5c5bedf78',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../bugsnag/bugsnag',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'bugsnag/bugsnag-wordpress' => array(
23 'pretty_version' => 'dev-master',
24 'version' => 'dev-master',
25 'reference' => '888b27ea741fa4675137e391f774c5433fb3a36c',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'composer/ca-bundle' => array(
32 'pretty_version' => '1.5.11',
33 'version' => '1.5.11.0',
34 'reference' => '68ff39175e8e94a4bb1d259407ce51a6a60f09e6',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/./ca-bundle',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'guzzlehttp/guzzle' => array(
41 'pretty_version' => '7.10.0',
42 'version' => '7.10.0.0',
43 'reference' => 'b51ac707cfa420b7bfd4e4d5e510ba8008e822b4',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'guzzlehttp/promises' => array(
50 'pretty_version' => '2.3.0',
51 'version' => '2.3.0.0',
52 'reference' => '481557b130ef3790cf82b713667b43030dc9c957',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../guzzlehttp/promises',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'guzzlehttp/psr7' => array(
59 'pretty_version' => '2.9.0',
60 'version' => '2.9.0.0',
61 'reference' => '7d0ed42f28e42d61352a7a79de682e5e67fec884',
62 'type' => 'library',
63 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
64 'aliases' => array(),
65 'dev_requirement' => false,
66 ),
67 'psr/http-client' => array(
68 'pretty_version' => '1.0.3',
69 'version' => '1.0.3.0',
70 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90',
71 'type' => 'library',
72 'install_path' => __DIR__ . '/../psr/http-client',
73 'aliases' => array(),
74 'dev_requirement' => false,
75 ),
76 'psr/http-client-implementation' => array(
77 'dev_requirement' => false,
78 'provided' => array(
79 0 => '1.0',
80 ),
81 ),
82 'psr/http-factory' => array(
83 'pretty_version' => '1.1.0',
84 'version' => '1.1.0.0',
85 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a',
86 'type' => 'library',
87 'install_path' => __DIR__ . '/../psr/http-factory',
88 'aliases' => array(),
89 'dev_requirement' => false,
90 ),
91 'psr/http-factory-implementation' => array(
92 'dev_requirement' => false,
93 'provided' => array(
94 0 => '1.0',
95 ),
96 ),
97 'psr/http-message' => array(
98 'pretty_version' => '2.0',
99 'version' => '2.0.0.0',
100 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71',
101 'type' => 'library',
102 'install_path' => __DIR__ . '/../psr/http-message',
103 'aliases' => array(),
104 'dev_requirement' => false,
105 ),
106 'psr/http-message-implementation' => array(
107 'dev_requirement' => false,
108 'provided' => array(
109 0 => '1.0',
110 ),
111 ),
112 'ralouphie/getallheaders' => array(
113 'pretty_version' => '3.0.3',
114 'version' => '3.0.3.0',
115 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
116 'type' => 'library',
117 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
118 'aliases' => array(),
119 'dev_requirement' => false,
120 ),
121 'symfony/deprecation-contracts' => array(
122 'pretty_version' => 'v3.6.0',
123 'version' => '3.6.0.0',
124 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62',
125 'type' => 'library',
126 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
127 'aliases' => array(),
128 'dev_requirement' => false,
129 ),
130 ),
131 );
132