PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   iaso PHP JSON Parser Library   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: iaso PHP JSON Parser Library
Parse JSON strings immune to hash-DoS attacks
Author: By
Last change:
Date: 1 year ago
Size: 368 bytes
 

Contents

Class file image Download
language: php sudo: false matrix: fast_finish: true include: - php: "7.0" - php: "7.1" - php: "nightly" - php: "hhvm" allow_failures: - php: "nightly" - php: "hhvm" install: - composer self-update - composer update script: - vendor/bin/phpunit - php -dmbstring.func_overload=7 vendor/bin/phpunit - vendor/bin/psalm