PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Mateo   PHP Telegram Bot Send Image or Random File   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Telegram Bot Send Image or Random File
Telegram bot that responds by sending random files
Author: By
Last change:
Date: 2 years ago
Size: 702 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'pretty_version' => '1.0.0+no-version-set',
       
'version' => '1.0.0.0',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'reference' => NULL,
       
'name' => 'mateodioev/rand-file',
       
'dev' => true,
    ),
   
'versions' => array(
       
'mateodioev/rand-file' => array(
           
'pretty_version' => '1.0.0+no-version-set',
           
'version' => '1.0.0.0',
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'reference' => NULL,
           
'dev_requirement' => false,
        ),
    ),
);