PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Password Lock   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Lock
Hash and encrypt passwords with Bcrypt and SHA2
Author: By
Last change:
Date: 4 years ago
Size: 249 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 7.0 - 7.1 - 7.2 - 7.3 matrix: fast_finish: true install: - composer self-update - composer update - chmod +x ./run-tests.sh script: - vendor/bin/phpunit - vendor/bin/psalm