You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
766 B
PHP
24 lines
766 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => 'f0f4ab37e4196ddec583a57e35ba945ab8ea60e1',
|
|
'name' => 'radiustheme/the-post-grid',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'radiustheme/the-post-grid' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => 'f0f4ab37e4196ddec583a57e35ba945ab8ea60e1',
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|