PHP Classes

File: system/plugins/composer/installed.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework   system/plugins/composer/installed.php   Download  
File: system/plugins/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Luminova Framework
PHP Luminova framework: simple, powerful MVC/HMVC.
Author: By
Last change: New update and changes
Date: 13 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' => 'b7ccb36c999cc1d486d817e3b06f7babd067021d',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../../',
       
'aliases' => array(),
       
'dev' => false,
    ),
   
'versions' => array(
       
'luminovang/luminova' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'reference' => 'b7ccb36c999cc1d486d817e3b06f7babd067021d',
           
'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,
        ),
    ),
);