Joywork/engine/classes/Unisender/composer/installed.php

33 lines
1.0 KiB
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<?php return array(
'root' => array(
'name' => '__root__',
'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(
'__root__' => 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,
),
'unisender/api-wrapper' => array(
'pretty_version' => 'v1.6.5',
'version' => '1.6.5.0',
'reference' => '2c0a932cf95829b4e943a2a248038f119491a15f',
'type' => 'library',
'install_path' => __DIR__ . '/../unisender/api-wrapper',
'aliases' => array(),
'dev_requirement' => false,
),
),
);