PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Riddler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Riddler
Generate passwords according to given criteria
Author: By
Last change:
Date: 6 years ago
Size: 568 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/riddler", "description": "", "homepage": "https://github.com/degraciamathieu/riddler", "license": "MIT", "keywords": [ "laravel", "password", "generator" ], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "5.7.*", "mockery/mockery": "^0.9.9" }, "autoload": { "psr-4": { "DeGraciaMathieu\\Riddler\\": "src/" } } }