33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'uncanny-owl/uncanny-automator',
|
|
'pretty_version' => '7.0.0',
|
|
'version' => '7.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'chriskonnertz/string-calc' => array(
|
|
'pretty_version' => 'v1.0.12',
|
|
'version' => '1.0.12.0',
|
|
'reference' => 'bddc5aaea1c1c0a270e6c96f3719c48afa6cb7f0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../chriskonnertz/string-calc',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'uncanny-owl/uncanny-automator' => array(
|
|
'pretty_version' => '7.0.0',
|
|
'version' => '7.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|