33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
|
|
<?php return array(
|
||
|
|
'root' => array(
|
||
|
|
'name' => '__root__',
|
||
|
|
'pretty_version' => 'dev-master',
|
||
|
|
'version' => 'dev-master',
|
||
|
|
'reference' => '1c2e648b54daf6079ce591d9464594587ffb788d',
|
||
|
|
'type' => 'library',
|
||
|
|
'install_path' => __DIR__ . '/../../',
|
||
|
|
'aliases' => array(),
|
||
|
|
'dev' => true,
|
||
|
|
),
|
||
|
|
'versions' => array(
|
||
|
|
'__root__' => array(
|
||
|
|
'pretty_version' => 'dev-master',
|
||
|
|
'version' => 'dev-master',
|
||
|
|
'reference' => '1c2e648b54daf6079ce591d9464594587ffb788d',
|
||
|
|
'type' => 'library',
|
||
|
|
'install_path' => __DIR__ . '/../../',
|
||
|
|
'aliases' => array(),
|
||
|
|
'dev_requirement' => false,
|
||
|
|
),
|
||
|
|
'liquid/liquid' => array(
|
||
|
|
'pretty_version' => '1.4.32',
|
||
|
|
'version' => '1.4.32.0',
|
||
|
|
'reference' => 'f0be8a3e0e0fcee99c0091748dcb21675b3caf46',
|
||
|
|
'type' => 'library',
|
||
|
|
'install_path' => __DIR__ . '/../liquid/liquid',
|
||
|
|
'aliases' => array(),
|
||
|
|
'dev_requirement' => false,
|
||
|
|
),
|
||
|
|
),
|
||
|
|
);
|