PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP AJAX Login with JWT and Fetch API   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP AJAX Login with JWT and Fetch API
Login users using AJAX to send JWT to a server API
Author: By
Last change:
Date: 1 year ago
Size: 1,849 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'flash/login',
       
'pretty_version' => 'dev-master',
       
'version' => 'dev-master',
       
'reference' => '33603942f3e8595bcb0f4d8fd510341fd0dbd2c6',
       
'type' => 'library',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'bramus/router' => array(
           
'pretty_version' => '1.6.1',
           
'version' => '1.6.1.0',
           
'reference' => '55657b76da8a0a509250fb55b9dd24e1aa237eba',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../bramus/router',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'firebase/php-jwt' => array(
           
'pretty_version' => 'v6.9.0',
           
'version' => '6.9.0.0',
           
'reference' => 'f03270e63eaccf3019ef0f32849c497385774e11',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../firebase/php-jwt',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'flash/login' => array(
           
'pretty_version' => 'dev-master',
           
'version' => 'dev-master',
           
'reference' => '33603942f3e8595bcb0f4d8fd510341fd0dbd2c6',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'phpmailer/phpmailer' => array(
           
'pretty_version' => 'v6.8.1',
           
'version' => '6.8.1.0',
           
'reference' => 'e88da8d679acc3824ff231fdc553565b802ac016',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);