Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/code-snippets/vendor/composer/installed.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php return array(
2
+
'root' => array(
3
+
'name' => 'codesnippetspro/code-snippets',
4
+
'pretty_version' => 'v3.9.4',
5
+
'version' => '3.9.4.0',
6
+
'reference' => '8ee0c5cd40988c6ddfdba4d8fb67523296d84d1e',
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' => 'v3.9.4',
15
+
'version' => '3.9.4.0',
16
+
'reference' => '8ee0c5cd40988c6ddfdba4d8fb67523296d84d1e',
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
+