Files
axiumes/vendor/composer/installed.php
Claudecio Martins 33ff4c0762 first commit
2025-09-15 20:11:44 +02:00

33 lines
1.0 KiB
PHP

<?php return array(
'root' => array(
'name' => 'claudecio/axiumes',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'claudecio/axiumes' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'robrichards/xmlseclibs' => array(
'pretty_version' => '3.1.3',
'version' => '3.1.3.0',
'reference' => '2bdfd742624d739dfadbd415f00181b4a77aaf07',
'type' => 'library',
'install_path' => __DIR__ . '/../robrichards/xmlseclibs',
'aliases' => array(),
'dev_requirement' => false,
),
),
);