PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Facade   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Facade
Service classes using the Facade design pattern
Author: By
Last change:
Date: 3 days ago
Size: 1,044 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'app/facade',
       
'pretty_version' => '1.0.0+no-version-set',
       
'version' => '1.0.0.0',
       
'reference' => null,
       
'type' => 'jwt',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'app/facade' => array(
           
'pretty_version' => '1.0.0+no-version-set',
           
'version' => '1.0.0.0',
           
'reference' => null,
           
'type' => 'jwt',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'firebase/php-jwt' => array(
           
'pretty_version' => 'v6.10.1',
           
'version' => '6.10.1.0',
           
'reference' => '500501c2ce893c824c801da135d02661199f60c5',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../firebase/php-jwt',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);