PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Adrian M   upMVC   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change: Code updates

Auth controller, Controller -API. Folders updated.
Date: 1 month ago
Size: 744 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'bitshost/upmvc',
       
'pretty_version' => 'dev-main',
       
'version' => 'dev-main',
       
'reference' => '65b0581b963ab5de37c1265e462cbdbb52c1c5ec',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'bitshost/upmvc' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'reference' => '65b0581b963ab5de37c1265e462cbdbb52c1c5ec',
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);