23 lines
817 B
PHP
23 lines
817 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'woocommerce/automatewoo',
|
|
'pretty_version' => 'dev-release/6.2.3',
|
|
'version' => 'dev-release/6.2.3',
|
|
'reference' => '9bf8ce31de2687497b3d45c44cdb973b7ea51f06',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'woocommerce/automatewoo' => array(
|
|
'pretty_version' => 'dev-release/6.2.3',
|
|
'version' => 'dev-release/6.2.3',
|
|
'reference' => '9bf8ce31de2687497b3d45c44cdb973b7ea51f06',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|