mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-28 03:09:16 +08:00
41 lines
1.5 KiB
PHP
41 lines
1.5 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'woocommerce-paypal-payments/tests',
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'reference' => '673edbab18047612b5194bbcbccf8ea948cad2a2',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'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,
|
|
),
|
|
'inpsyde-mirror/woocommerce-subscriptions' => array(
|
|
'pretty_version' => '7.9.0',
|
|
'version' => '7.9.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../wp-content/plugins/woocommerce-subscriptions',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'woocommerce-paypal-payments/tests' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'reference' => '673edbab18047612b5194bbcbccf8ea948cad2a2',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|