PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafal Przetakowski   Password generator and checker   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Password generator and checker
Generate or check passwords with certain rules
Author: By
Last change: Licence
New version of PHPUnit, fixes for PHP7
Date: 4 years ago
Size: 774 bytes
 

Contents

Class file image Download
{ "name": "beeflow/passwd", "license": "LGPL-3.0-or-later", "description": "Password generator and checker", "keywords": [ "password", "security", "validation" ], "homepage": "https://github.com/beeflow/passwd", "authors": [ { "name": "Rafal Przetakowski", "email": "rafal.p@beeflow.co.uk" } ], "support": { "issues": "https://github.com/beeflow/passwd/issues", "source": "https://github.com/beeflow/passwd/" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": ">=7.1.5" }, "autoload": { "psr-4": { "Beeflow\\Passwd\\": "" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "minimum-stability": "dev", "prefer-stable": true }