PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alex Lushpai   Scyth   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Scyth
Encrypt data with PBKDF2 and Ceasar in pure PHP
Author: By
Last change: Update of composer.json
Date: 8 months ago
Size: 647 bytes
 

Contents

Class file image Download
{ "name": "gwinn/scyth", "description": "System tools for symfony2 based projects", "keywords": ["symfony tools", "system", "security"], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Alex Lushpai", "homepage": "http://gwinn.ru", "email": "lushpai@gmail.com" } ], "support": { "email": "lushpai@gmail.com" }, "require": { "php": ">=5.3.3" }, "autoload": { "psr-0": { "": "src/"} }, "minimum-stability": "dev", "config": { "bin-dir": "bin", "process-timeout": 600 } }