You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'hyperzlib/isekai-chat-complete',
|
|
'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(
|
|
'firebase/php-jwt' => array(
|
|
'pretty_version' => 'v5.5.1',
|
|
'version' => '5.5.1.0',
|
|
'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'hyperzlib/isekai-chat-complete' => 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,
|
|
),
|
|
),
|
|
);
|