PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Anti-CSRF   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Anti-CSRF
Generate tokens to protect against CSRF exploits
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: - composer self-update && composer update script: - vendor/bin/phpunit - vendor/bin/psalm