PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Travis Encrypter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Travis Encrypter
Generate encrypted environment variable for Travis
Author: By
Last change:
Date: 6 years ago
Size: 913 bytes
 

Contents

Class file image Download
{ "name": "lee/php-travis-encrypter", "description": "The PHP wrapper generating travis-encrypted environment variables", "type": "library", "require": { "php": ">=5.4.0", "guzzlehttp/guzzle": "~6.0|~5.3", "phpseclib/phpseclib": "~2.0|~1.0", "ext-openssl": "*" }, "require-dev": { "phpunit/phpunit": "^4.8", "php-coveralls/php-coveralls": "^1.0", "phpseclib/phpseclib": "~2.0|~1.0", "ext-openssl": "*" }, "license": "MIT", "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "Travis\\Encrypter\\": "src/Travis/Encrypter" } }, "autoload-dev": { "psr-4": { "Travis\\EncrypterTest\\": "tests/Travis/EncrypterTest" } } }