59 lines
2.2 KiB
PHP
59 lines
2.2 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'manus/markdown-parser-wp',
|
|
'pretty_version' => '1.0.0+no-version-set',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'erusev/parsedown' => array(
|
|
'pretty_version' => '1.7.4',
|
|
'version' => '1.7.4.0',
|
|
'reference' => 'cb17b6477dfff935958ba01325f2e8a2bfa6dab3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../erusev/parsedown',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'manus/markdown-parser-wp' => array(
|
|
'pretty_version' => '1.0.0+no-version-set',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/deprecation-contracts' => array(
|
|
'pretty_version' => 'v3.5.1',
|
|
'version' => '3.5.1.0',
|
|
'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-ctype' => array(
|
|
'pretty_version' => 'v1.31.0',
|
|
'version' => '1.31.0.0',
|
|
'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/yaml' => array(
|
|
'pretty_version' => 'v5.4.45',
|
|
'version' => '5.4.45.0',
|
|
'reference' => 'a454d47278cc16a5db371fe73ae66a78a633371e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/yaml',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|