mirror of
https://gh.wpcy.net/https://github.com/totake0224/LINEIntegration.git
synced 2026-07-16 09:45:43 +08:00
122 lines
4.5 KiB
PHP
122 lines
4.5 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'freescout/lineintegration',
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => '3c58af0d25d423f97964b022d5816cfa969f050c',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'freescout/lineintegration' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => '3c58af0d25d423f97964b022d5816cfa969f050c',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/guzzle' => array(
|
|
'pretty_version' => '7.7.0',
|
|
'version' => '7.7.0.0',
|
|
'reference' => 'fb7566caccf22d74d1ab270de3551f72a58399f5',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/promises' => array(
|
|
'pretty_version' => '2.0.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => '3a494dc7dc1d7d12e511890177ae2d0e6c107da6',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/psr7' => array(
|
|
'pretty_version' => '2.5.0',
|
|
'version' => '2.5.0.0',
|
|
'reference' => 'b635f279edd83fc275f822a1188157ffea568ff6',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'linecorp/line-bot-sdk' => array(
|
|
'pretty_version' => '8.1.0',
|
|
'version' => '8.1.0.0',
|
|
'reference' => '7759d7a9429f84bdf0477b32e2f1d4e3ee38332c',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../linecorp/line-bot-sdk',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-client' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => '0955afe48220520692d2d09f7ab7e0f93ffd6a31',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-client',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-client-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/http-factory' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-factory',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-factory-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/http-message' => array(
|
|
'pretty_version' => '2.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-message',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-message-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'ralouphie/getallheaders' => array(
|
|
'pretty_version' => '3.0.3',
|
|
'version' => '3.0.3.0',
|
|
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../ralouphie/getallheaders',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/deprecation-contracts' => array(
|
|
'pretty_version' => 'v3.3.0',
|
|
'version' => '3.3.0.0',
|
|
'reference' => '7c3aff79d10325257a001fcf92d991f24fc967cf',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|