33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'automattic/wp-super-cache',
|
|
'pretty_version' => 'dev-trunk',
|
|
'version' => 'dev-trunk',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'automattic/jetpack-device-detection' => array(
|
|
'pretty_version' => 'v3.3.0',
|
|
'version' => '3.3.0.0',
|
|
'reference' => 'c895fa5bcca8a47f08772fc4460a027df3d7a15e',
|
|
'type' => 'jetpack-library',
|
|
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'automattic/wp-super-cache' => array(
|
|
'pretty_version' => 'dev-trunk',
|
|
'version' => 'dev-trunk',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|