Merged in feature/from-pantheon (pull request #16)

code from pantheon

* code from pantheon
This commit is contained in:
Tony Volpe
2024-01-10 17:03:02 +00:00
parent 054b4fffc9
commit 4eb982d7a8
16492 changed files with 3475854 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<?php return array(
'root' => array(
'name' => 'wp-media/imagify-plugin',
'pretty_version' => 'v2.1.3.1',
'version' => '2.1.3.1',
'reference' => '82a34afe494abd2ba229285f871ab23239428a20',
'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.3.1',
'version' => '2.1.3.1',
'reference' => '82a34afe494abd2ba229285f871ab23239428a20',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);