42 lines
1.5 KiB
PHP
42 lines
1.5 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'wp-media/imagify-plugin',
|
|
'pretty_version' => 'v2.1.1',
|
|
'version' => '2.1.1.0',
|
|
'reference' => '46f9df25cc18fe7a8609d1a94bec039e169282da',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'composer/installers' => array(
|
|
'pretty_version' => 'v2.2.0',
|
|
'version' => '2.2.0.0',
|
|
'reference' => 'c29dc4b93137acb82734f672c37e029dfbd95b35',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/./installers',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'dangoodman/composer-for-wordpress' => array(
|
|
'pretty_version' => '2.0.2',
|
|
'version' => '2.0.2.0',
|
|
'reference' => 'cc5b3d0a1122d87d60f378071159bac0dbd93daa',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../dangoodman/composer-for-wordpress',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'wp-media/imagify-plugin' => array(
|
|
'pretty_version' => 'v2.1.1',
|
|
'version' => '2.1.1.0',
|
|
'reference' => '46f9df25cc18fe7a8609d1a94bec039e169282da',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|