Files
kulakpos_web/Modules/Business/vendor/composer/installed.php

24 lines
694 B
PHP
Raw Normal View History

2026-03-15 17:08:23 +07:00
<?php return array(
'root' => array(
'name' => 'nwidart/business',
'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(
'nwidart/business' => 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,
),
),
);