woocommerce-subscriptions/vendor/composer/installed.php

42 lines
1.6 KiB
PHP

<?php return array(
'root' => array(
'name' => 'woocommerce/woocommerce-subscriptions',
'pretty_version' => 'dev-release/8.2.1',
'version' => 'dev-release/8.2.1',
'reference' => '8bb99631f731722b758f4702dc319ae43043ed67',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'automattic/jetpack-constants' => array(
'pretty_version' => 'v3.0.8',
'version' => '3.0.8.0',
'reference' => 'f9bf00ab48956b8326209e7c0baf247a0ed721c4',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-constants',
'aliases' => array(),
'dev_requirement' => false,
),
'composer/installers' => array(
'pretty_version' => 'v2.3.0',
'version' => '2.3.0.0',
'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/./installers',
'aliases' => array(),
'dev_requirement' => false,
),
'woocommerce/woocommerce-subscriptions' => array(
'pretty_version' => 'dev-release/8.2.1',
'version' => 'dev-release/8.2.1',
'reference' => '8bb99631f731722b758f4702dc319ae43043ed67',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);