PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 All 42 releases
tableberg / vendor / composer / installed.php

installed.php in Tableberg – Simple Gutenberg Table Block 1.1.5, at vendor/composer/installed.php

42 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 'name' => 'dotcamp/tableberg',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '295f7f717c5960f534922772cc12c4c211370473',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'dotcamp/tableberg' => array(
14 'pretty_version' => 'dev-master',
15 'version' => 'dev-master',
16 'reference' => '295f7f717c5960f534922772cc12c4c211370473',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'freemius/wordpress-sdk' => array(
23 'pretty_version' => '2.13.4',
24 'version' => '2.13.4.0',
25 'reference' => 'fa43eb92ae9dffa0d9f5ae11b5a1739bd7222308',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../freemius',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'php-stubs/wordpress-stubs' => array(
32 'pretty_version' => 'v6.9.1',
33 'version' => '6.9.1.0',
34 'reference' => 'f12220f303e0d7c0844c0e5e957b0c3cee48d2f7',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
37 'aliases' => array(),
38 'dev_requirement' => true,
39 ),
40 ),
41 );
42