PluginProbe
TablePress – Tables in WordPress made easy / 2.0.4
TablePress – Tables in WordPress made easy v2.0.4
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
tablepress / libraries / composer / installed.php

installed.php in TablePress – Tables in WordPress made easy 2.0.4, at libraries/composer/installed.php

90 lines 2.7 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' => 'tablepress/tablepress',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => 'b9bb5809bc845f79c02372d2e35a7d86d8d238f1',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'markbaker/complex' => array(
14 'pretty_version' => '3.0.1',
15 'version' => '3.0.1.0',
16 'reference' => 'ab8bc271e404909db09ff2d5ffa1e538085c0f22',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../markbaker/complex',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'markbaker/matrix' => array(
23 'pretty_version' => '3.0.0',
24 'version' => '3.0.0.0',
25 'reference' => 'c66aefcafb4f6c269510e9ac46b82619a904c576',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../markbaker/matrix',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'phpoffice/phpspreadsheet' => array(
32 'pretty_version' => 'dev-tablepress',
33 'version' => 'dev-tablepress',
34 'reference' => '9841b7936452d8093483d54052cd7756085913d7',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../phpoffice/phpspreadsheet',
37 'aliases' => array(
38 0 => '1.25.2',
39 1 => '9999999-dev',
40 ),
41 'dev_requirement' => false,
42 ),
43 'psr/http-client' => array(
44 'pretty_version' => '1.0.1',
45 'version' => '1.0.1.0',
46 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
47 'type' => 'library',
48 'install_path' => __DIR__ . '/../psr/http-client',
49 'aliases' => array(),
50 'dev_requirement' => false,
51 ),
52 'psr/http-factory' => array(
53 'pretty_version' => '1.0.1',
54 'version' => '1.0.1.0',
55 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
56 'type' => 'library',
57 'install_path' => __DIR__ . '/../psr/http-factory',
58 'aliases' => array(),
59 'dev_requirement' => false,
60 ),
61 'psr/http-message' => array(
62 'pretty_version' => '1.0.1',
63 'version' => '1.0.1.0',
64 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
65 'type' => 'library',
66 'install_path' => __DIR__ . '/../psr/http-message',
67 'aliases' => array(),
68 'dev_requirement' => false,
69 ),
70 'psr/simple-cache' => array(
71 'pretty_version' => '1.0.1',
72 'version' => '1.0.1.0',
73 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
74 'type' => 'library',
75 'install_path' => __DIR__ . '/../psr/simple-cache',
76 'aliases' => array(),
77 'dev_requirement' => false,
78 ),
79 'tablepress/tablepress' => array(
80 'pretty_version' => 'dev-main',
81 'version' => 'dev-main',
82 'reference' => 'b9bb5809bc845f79c02372d2e35a7d86d8d238f1',
83 'type' => 'wordpress-plugin',
84 'install_path' => __DIR__ . '/../../',
85 'aliases' => array(),
86 'dev_requirement' => false,
87 ),
88 ),
89 );
90