# subscription/1.5.1/vendor/composer/installed.php

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.5.1. 24 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.5.1/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/subscription/1.5.1/raw/vendor/composer/installed.php
- Modified: 2025-07-08T17:04:52+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/subscription/1.5.1/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'converswp/subscription',
        'pretty_version' => 'dev-main',
        'version' => 'dev-main',
        'reference' => 'ab594778c24c938e7fc36e1994290c43a9868ce2',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'converswp/subscription' => array(
            'pretty_version' => 'dev-main',
            'version' => 'dev-main',
            'reference' => 'ab594778c24c938e7fc36e1994290c43a9868ce2',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
