PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Luminova Framework Dependency   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Luminova Framework Dependency
Packages necessary to use the Luminova framework
Author: By
Last change:
Date: 17 days ago
Size: 757 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'luminovang/framework',
       
'pretty_version' => 'dev-main',
       
'version' => 'dev-main',
       
'reference' => 'a84820150a7aff20dfe1e3a6b52136c2d7a588d5',
       
'type' => 'library',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => false,
    ),
   
'versions' => array(
       
'luminovang/framework' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'reference' => 'a84820150a7aff20dfe1e3a6b52136c2d7a588d5',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);