PluginProbe
Code Snippets / 3.1.0
Code Snippets v3.1.0
3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 3.0.1 All 64 releases
code-snippets / vendor / composer / installed.php

installed.php in Code Snippets 3.1.0, at vendor/composer/installed.php

45 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 'pretty_version' => 'dev-develop',
4 'version' => 'dev-develop',
5 'type' => 'wordpress-plugin',
6 'install_path' => __DIR__ . '/../../',
7 'aliases' => array(),
8 'reference' => '8808252dc54b5200c8a283297b71ed23e9b5bd39',
9 'name' => 'sheabunge/code-snippets',
10 'dev' => false,
11 ),
12 'versions' => array(
13 'composer/installers' => array(
14 'pretty_version' => 'v1.12.0',
15 'version' => '1.12.0.0',
16 'type' => 'composer-plugin',
17 'install_path' => __DIR__ . '/./installers',
18 'aliases' => array(),
19 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
20 'dev_requirement' => false,
21 ),
22 'roundcube/plugin-installer' => array(
23 'dev_requirement' => false,
24 'replaced' => array(
25 0 => '*',
26 ),
27 ),
28 'shama/baton' => array(
29 'dev_requirement' => false,
30 'replaced' => array(
31 0 => '*',
32 ),
33 ),
34 'sheabunge/code-snippets' => array(
35 'pretty_version' => 'dev-develop',
36 'version' => 'dev-develop',
37 'type' => 'wordpress-plugin',
38 'install_path' => __DIR__ . '/../../',
39 'aliases' => array(),
40 'reference' => '8808252dc54b5200c8a283297b71ed23e9b5bd39',
41 'dev_requirement' => false,
42 ),
43 ),
44 );
45