PHP Classes

File: app/vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP IP Logger   app/vendor/composer/installed.php   Download  
File: app/vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP IP Logger
Track user IP addresses that access certain pages
Author: By
Last change:
Date: 1 year ago
Size: 1,122 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'pretty_version' => 'dev-main',
       
'version' => 'dev-main',
       
'type' => 'library',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'reference' => '86c264b14309f99d083f1dbcb47ec67eb34bebb8',
       
'name' => '__root__',
       
'dev' => true,
    ),
   
'versions' => array(
       
'__root__' => array(
           
'pretty_version' => 'dev-main',
           
'version' => 'dev-main',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'reference' => '86c264b14309f99d083f1dbcb47ec67eb34bebb8',
           
'dev_requirement' => false,
        ),
       
'foroco/php-browser-detection' => array(
           
'pretty_version' => 'v2.3',
           
'version' => '2.3.0.0',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../foroco/php-browser-detection',
           
'aliases' => array(),
           
'reference' => '8c1714543b85f56d6eec19bb8263deb80922318d',
           
'dev_requirement' => false,
        ),
    ),
);