1234567891011121314151617181920212223 |
- <?php return array(
- 'root' => array(
- 'pretty_version' => 'dev-master',
- 'version' => 'dev-master',
- 'type' => 'grav-plugin',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'reference' => 'a128c7f18d93f2771542ccd50ccb1c2cd9ba472f',
- 'name' => 'momo/tmp-pagecollection',
- 'dev' => true,
- ),
- 'versions' => array(
- 'momo/tmp-pagecollection' => array(
- 'pretty_version' => 'dev-master',
- 'version' => 'dev-master',
- 'type' => 'grav-plugin',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'reference' => 'a128c7f18d93f2771542ccd50ccb1c2cd9ba472f',
- 'dev_requirement' => false,
- ),
- ),
- );
|