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

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

- Page: https://pluginprobe.com/plugins/subscription/1.9.6/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/subscription/1.9.6/raw/vendor/composer/installed.php
- Modified: 2026-05-11T06:51:54+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.9.6/code/vendor/composer/installed.php#L10-L20`.

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

```
