PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of Mateo   PHP Asynchronous HTTP Request   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Asynchronous HTTP Request
Queue and send multiple asynchronous HTTP requests
Author: By
Last change:
Date: 2 years ago
Size: 870 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'pretty_version' => 'dev-master',
       
'version' => 'dev-master',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(
           
0 => '1.1.x-dev',
        ),
       
'reference' => '359e086012e880f9d5f742fbfd3bc48375133e73',
       
'name' => 'mateodioev/async-curl-requests',
       
'dev' => true,
    ),
   
'versions' => array(
       
'mateodioev/async-curl-requests' => array(
           
'pretty_version' => 'dev-master',
           
'version' => 'dev-master',
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(
               
0 => '1.1.x-dev',
            ),
           
'reference' => '359e086012e880f9d5f742fbfd3bc48375133e73',
           
'dev_requirement' => false,
        ),
    ),
);