PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP HTTP Client Request   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Client Request
Process and send HTTP requests to Web servers
Author: By
Last change:
Date: 5 years ago
Size: 142 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 install: - travis_retry composer install --no-interaction before_script: - composer update