PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 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 All 65 releases
code-snippets / vendor / composer / installed.php

installed.php in Code Snippets 4.0.0-beta.2, at vendor/composer/installed.php

51 lines 1.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' => 'codesnippetspro/code-snippets',
4 'pretty_version' => 'v4.0.0-beta.2',
5 'version' => '4.0.0.0-beta2',
6 'reference' => '063481175ea092929a547f555d00b71c2fd73bb0',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'codesnippetspro/code-snippets' => array(
14 'pretty_version' => 'v4.0.0-beta.2',
15 'version' => '4.0.0.0-beta2',
16 'reference' => '063481175ea092929a547f555d00b71c2fd73bb0',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'composer/installers' => array(
23 'pretty_version' => 'v2.3.0',
24 'version' => '2.3.0.0',
25 'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
26 'type' => 'composer-plugin',
27 'install_path' => __DIR__ . '/./installers',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'typisttech/imposter' => array(
32 'pretty_version' => '0.6.1',
33 'version' => '0.6.1.0',
34 'reference' => 'f52b1a2289d2ea9c660cf9595085d0b11469af83',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../typisttech/imposter',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'typisttech/imposter-plugin' => array(
41 'pretty_version' => '0.6.2',
42 'version' => '0.6.2.0',
43 'reference' => '15fa3c90aca3b79497f438b9e02a6176498de53c',
44 'type' => 'composer-plugin',
45 'install_path' => __DIR__ . '/../typisttech/imposter-plugin',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 ),
50 );
51