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: noBuildJs

React, Vue Integration without Build Step. PHP, React, Vue - NO Bundle.
Date: 2 hours ago
Size: 1,176 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'bitshost/upmvc',
       
'pretty_version' => 'dev-main',
       
'version' => 'dev-main',
       
'reference' => '65ca7d16829ba4f4a01775eb5355480d360f1654',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'bitshost/upmvc' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'reference' => '65ca7d16829ba4f4a01775eb5355480d360f1654',
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'gabordemooij/redbean' => array(
           
'pretty_version' => 'dev-master',
           
'version' => 'dev-master',
           
'reference' => '599bd825f1b7e0179425a0f6f5af145b817774d2',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../gabordemooij/redbean',
           
'aliases' => array(
               
0 => '9999999-dev',
            ),
           
'dev_requirement' => false,
        ),
    ),
);