PHP Classes

File: uploady/vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/composer/installed.php   Download  
File: uploady/vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Minor fixes
Upgrade to v1.0.11
Fixe and Upgrade PhpFileUploading
Add Whoops error handler and bug fixes
Date: 3 months ago
Size: 3,715 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => '__root__',
       
'pretty_version' => 'dev-main',
       
'version' => 'dev-main',
       
'reference' => 'f93a8213d6792665d90626bb2451bc2f6322e53b',
       
'type' => 'library',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'__root__' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'reference' => 'f93a8213d6792665d90626bb2451bc2f6322e53b',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'farisc0de/phpfileuploading' => array(
           
'pretty_version' => 'v1.0.11',
           
'version' => '1.0.11.0',
           
'reference' => 'dd38eacdbdab8627f54138d04ad73278280b5a25',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../farisc0de/phpfileuploading',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'farisc0de/phpmigration' => array(
           
'pretty_version' => 'v1.0',
           
'version' => '1.0.0.0',
           
'reference' => 'b130f1a5da14df85b6623b9027e181aaa110325d',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../farisc0de/phpmigration',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'filp/whoops' => array(
           
'pretty_version' => '2.15.4',
           
'version' => '2.15.4.0',
           
'reference' => 'a139776fa3f5985a50b509f2a02ff0f709d2a546',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../filp/whoops',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'google/recaptcha' => array(
           
'pretty_version' => '1.3.0',
           
'version' => '1.3.0.0',
           
'reference' => 'd59a801e98a4e9174814a6d71bbc268dff1202df',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../google/recaptcha',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'phpmailer/phpmailer' => array(
           
'pretty_version' => 'v6.9.1',
           
'version' => '6.9.1.0',
           
'reference' => '039de174cd9c17a8389754d3b877a2ed22743e18',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'psr/log' => array(
           
'pretty_version' => '3.0.0',
           
'version' => '3.0.0.0',
           
'reference' => 'fe5ea303b0887d5caefd3d431c3e61ad47037001',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../psr/log',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'robthree/twofactorauth' => array(
           
'pretty_version' => '1.8.2',
           
'version' => '1.8.2.0',
           
'reference' => '65681de5a324eae05140ac58b08648a60212afc0',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../robthree/twofactorauth',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'wolfcast/browser-detection' => array(
           
'pretty_version' => '2.9.7',
           
'version' => '2.9.7.0',
           
'reference' => '77fad169776d6c4fc61fa740fb16495cafc505eb',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../wolfcast/browser-detection',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);