# easy-invoice/2.1.2/vendor/composer/installed.php

Easy Invoice – Invoice Generator, PDF Quotes &amp; Payments, version 2.1.2. 24 lines.

- Page: https://pluginprobe.com/plugins/easy-invoice/2.1.2/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/easy-invoice/2.1.2/raw/vendor/composer/installed.php
- Modified: 2025-08-19T12:00:36+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/easy-invoice/2.1.2/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'easy-invoice/easy-invoice',
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'reference' => '3acfaeca241389e83915e390cef67d3138ab41c2',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'easy-invoice/easy-invoice' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'reference' => '3acfaeca241389e83915e390cef67d3138ab41c2',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
