# tableberg/1.0.3/vendor/composer/installed.php

Tableberg – Simple Gutenberg Table Block, version 1.0.3. 42 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.0.3/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/tableberg/1.0.3/raw/vendor/composer/installed.php
- Modified: 2026-05-04T16:51:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tableberg/1.0.3/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'dotcamp/tableberg',
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'reference' => 'dcef22481f90d4c5c1f7669c5cb33b2bcf283aa2',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'dotcamp/tableberg' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'reference' => 'dcef22481f90d4c5c1f7669c5cb33b2bcf283aa2',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'freemius/wordpress-sdk' => array(
            'pretty_version' => '2.13.0',
            'version' => '2.13.0.0',
            'reference' => '3cbe98b5bd0b0fb5ca4df97b8088592737ea4375',
            'type' => 'library',
            'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'php-stubs/wordpress-stubs' => array(
            'pretty_version' => 'v6.9.1',
            'version' => '6.9.1.0',
            'reference' => 'f12220f303e0d7c0844c0e5e957b0c3cee48d2f7',
            'type' => 'library',
            'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
            'aliases' => array(),
            'dev_requirement' => true,
        ),
    ),
);

```
