PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP Dumper Var   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dumper Var
Display a formatted version of variable values
Author: By
Last change: Resolves issue #6
Add depth and highlight method tests
Resolves issue #2
Date: 4 years ago
Size: 133 bytes
 

Contents

Class file image Download
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' install: - composer install -n script: - composer check-all