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

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

- Page: https://pluginprobe.com/plugins/subscription/1.3.2/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/subscription/1.3.2/raw/vendor/composer/installed.php
- Modified: 2025-04-24T09:50:04+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.3.2/code/vendor/composer/installed.php#L10-L20`.

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

```
