# adminify/3.1.2/vendor/composer/installed.php

Adminify – White Label, Admin Menu Editor, Login Customizer, version 3.1.2. 24 lines.

- Page: https://pluginprobe.com/plugins/adminify/3.1.2/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/adminify/3.1.2/raw/vendor/composer/installed.php
- Modified: 2023-03-22T06:39:08+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/adminify/3.1.2/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'pretty_version' => 'dev-develop',
        'version' => 'dev-develop',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'reference' => '70312875e27d20bbb86fbbbff856cbbf41229f57',
        'name' => 'litonarefin/wp-adminify',
        'dev' => true,
    ),
    'versions' => array(
        'litonarefin/wp-adminify' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'reference' => '70312875e27d20bbb86fbbbff856cbbf41229f57',
            'dev_requirement' => false,
        ),
    ),
);

```
