PHP Classes

File: _tests/vendor/composer/autoload_psr4.php

Recommend this page to a friend!
  Classes of Asad Ali   PayDirectly PHP   _tests/vendor/composer/autoload_psr4.php   Download  
File: _tests/vendor/composer/autoload_psr4.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PayDirectly PHP
Send HTTP requests to the PayDirectly API
Author: By
Last change:
Date: 2 years ago
Size: 627 bytes
 

Contents

Class file image Download
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
   
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
   
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
   
'Paydirectly\\' => array($vendorDir . '/paydirectly/paydirectly-php/src'),
   
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
   
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
   
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
);