PHP Classes

File: restAPI/vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Hicri   PHP REST API Example   restAPI/vendor/composer/installed.php   Download  
File: restAPI/vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP REST API Example
Example API that performs CRUD operations
Author: By
Last change:
Date: 7 months ago
Size: 650 bytes
 

Contents

Class file image Download
<?php return array (
 
'root' =>
  array (
   
'pretty_version' => '1.0.0+no-version-set',
   
'version' => '1.0.0.0',
   
'aliases' =>
    array (
    ),
   
'reference' => NULL,
   
'name' => '__root__',
  ),
 
'versions' =>
  array (
   
'__root__' =>
    array (
     
'pretty_version' => '1.0.0+no-version-set',
     
'version' => '1.0.0.0',
     
'aliases' =>
      array (
      ),
     
'reference' => NULL,
    ),
   
'bramus/router' =>
    array (
     
'pretty_version' => '1.5',
     
'version' => '1.5.0.0',
     
'aliases' =>
      array (
      ),
     
'reference' => '6adc0182dc6b0ebc22fd10543f65a36de10d8c05',
    ),
  ),
);