mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
* 🐛 Avoid autoloaders class name conflict by ensuring all existing have a unique name * 🐛 Redump itop-attachments autoloaders for correct suffix
24 lines
792 B
PHP
24 lines
792 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'combodo/itop-oauth-client',
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'reference' => '567bdc4200f5edb335a39c4b48fbd18bacb6cfc7',
|
|
'type' => 'itop-extension',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'combodo/itop-oauth-client' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'reference' => '567bdc4200f5edb335a39c4b48fbd18bacb6cfc7',
|
|
'type' => 'itop-extension',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|