PHP Classes

File: system/plugins/composer/installed.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova REST API Example   system/plugins/composer/installed.php   Download  
File: system/plugins/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Luminova REST API Example
Implements an example of a REST API
Author: By
Last change:
Date: 17 days ago
Size: 1,110 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'luminovang/luminova',
       
'pretty_version' => 'dev-main',
       
'version' => 'dev-main',
       
'reference' => 'b6b7c015dac826daeb7bb1d047ef0aa56ccfc101',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../../',
       
'aliases' => array(),
       
'dev' => false,
    ),
   
'versions' => array(
       
'luminovang/luminova' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'reference' => 'b6b7c015dac826daeb7bb1d047ef0aa56ccfc101',
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'psr/log' => array(
           
'pretty_version' => '1.1.4',
           
'version' => '1.1.4.0',
           
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../psr/log',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);