mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-17 14:52:56 +00:00
54 lines
1.9 KiB
PHP
54 lines
1.9 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'woocommerce/woocommerce-subscriptions',
|
|
'pretty_version' => 'dev-release/6.6.1',
|
|
'version' => 'dev-release/6.6.1',
|
|
'reference' => '2c2bd10595b327e840fc5611433725df20bae33a',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'composer/installers' => array(
|
|
'pretty_version' => 'v1.12.0',
|
|
'version' => '1.12.0.0',
|
|
'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/./installers',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'roundcube/plugin-installer' => array(
|
|
'dev_requirement' => false,
|
|
'replaced' => array(
|
|
0 => '*',
|
|
),
|
|
),
|
|
'shama/baton' => array(
|
|
'dev_requirement' => false,
|
|
'replaced' => array(
|
|
0 => '*',
|
|
),
|
|
),
|
|
'woocommerce/subscriptions-core' => array(
|
|
'pretty_version' => '7.4.2',
|
|
'version' => '7.4.2.0',
|
|
'reference' => 'f42488f6e31d078759dc917056f2ab34f2790e43',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../woocommerce/subscriptions-core',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'woocommerce/woocommerce-subscriptions' => array(
|
|
'pretty_version' => 'dev-release/6.6.1',
|
|
'version' => 'dev-release/6.6.1',
|
|
'reference' => '2c2bd10595b327e840fc5611433725df20bae33a',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|