mirror of
https://gh.wpcy.net/https://github.com/darktohka/FreescoutDiscordModule.git
synced 2026-07-15 10:24:27 +08:00
47 lines
1.7 KiB
PHP
47 lines
1.7 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'freescout-helpdesk/discord',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '42be49a8b40af04f2722d71d4426b5a734592a1a',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'freescout-helpdesk/discord' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '42be49a8b40af04f2722d71d4426b5a734592a1a',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'laravel/framework' => array(
|
|
'dev_requirement' => false,
|
|
'replaced' => array(
|
|
0 => '*',
|
|
),
|
|
),
|
|
'nwidart/laravel-modules' => array(
|
|
'pretty_version' => 'v11.1.8',
|
|
'version' => '11.1.8.0',
|
|
'reference' => '932b861856c5b3f31ac6591db6930488bf1215a5',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nwidart/laravel-modules',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'wikimedia/composer-merge-plugin' => array(
|
|
'pretty_version' => 'v2.1.0',
|
|
'version' => '2.1.0.0',
|
|
'reference' => 'a03d426c8e9fb2c9c569d9deeb31a083292788bc',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../wikimedia/composer-merge-plugin',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|