<?php return array(
'root' => array(
'pretty_version' => '3.5.0',
'version' => '3.5.0.0',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'name' => 'imagely/nextgen-gallery',
'dev' => false,
),
'versions' => array(
'ezyang/htmlpurifier' => array(
'pretty_version' => 'v4.17.0',
'version' => '4.17.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
'aliases' => array(),
'reference' => 'bbc513d79acf6691fa9cf10f192c90dd2957f18c',
'dev_requirement' => false,
),
'imagely/nextgen-gallery' => array(
'pretty_version' => '3.5.0',
'version' => '3.5.0.0',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'dev_requirement' => false,
),
'imagely/pope-framework' => array(
'pretty_version' => 'v0.19',
'version' => '0.19.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../imagely/pope-framework',
'aliases' => array(),
'reference' => '78e0b0c59b68c44b86e688f447a5a80e78e44b4f',
'dev_requirement' => false,
),
),
);
|