PluginProbe
WP-Stateless – Google Cloud Storage / trunk
WP-Stateless – Google Cloud Storage vtrunk
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
wp-stateless / vendor / composer / installed.php

installed.php in WP-Stateless – Google Cloud Storage trunk, at vendor/composer/installed.php

78 lines 2.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' => 'wpcloud/wp-stateless',
4 'pretty_version' => 'dev-latest',
5 'version' => 'dev-latest',
6 'reference' => 'ec4ec35927782974854119291a4b50b11de9b24d',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'ccampbell/chromephp' => array(
14 'pretty_version' => '4.1.0',
15 'version' => '4.1.0.0',
16 'reference' => 'c3c297615d48ae5b2a86a82311152d1ed095fcef',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../ccampbell/chromephp',
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 'firebase/php-jwt' => array(
32 'pretty_version' => 'v6.11.1',
33 'version' => '6.11.1.0',
34 'reference' => 'd1e91ecf8c598d073d0995afa8cd5c75c6e19e66',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../firebase/php-jwt',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'udx/lib-ud-api-client' => array(
41 'pretty_version' => '1.2.5',
42 'version' => '1.2.5.0',
43 'reference' => '1.2.5',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../udx/lib-ud-api-client',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'udx/lib-wp-bootstrap' => array(
50 'pretty_version' => '1.3.5',
51 'version' => '1.3.5.0',
52 'reference' => '063bfd7a59b2fc34592e38a9e9c0957b364bece2',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../udx/lib-wp-bootstrap',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'wpackagist-plugin/meta-box' => array(
59 'pretty_version' => '5.10.19',
60 'version' => '5.10.19.0',
61 'reference' => 'tags/5.10.19',
62 'type' => 'wordpress-plugin',
63 'install_path' => __DIR__ . '/../wpackagist-plugin/meta-box',
64 'aliases' => array(),
65 'dev_requirement' => false,
66 ),
67 'wpcloud/wp-stateless' => array(
68 'pretty_version' => 'dev-latest',
69 'version' => 'dev-latest',
70 'reference' => 'ec4ec35927782974854119291a4b50b11de9b24d',
71 'type' => 'wordpress-plugin',
72 'install_path' => __DIR__ . '/../../',
73 'aliases' => array(),
74 'dev_requirement' => false,
75 ),
76 ),
77 );
78