PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of rodrigomanara   PHP Brute Force Protection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Brute Force Protection
Protect pages access against brute force attacks
Author: By
Last change: add changes on composer and read me
update composer
Date: 5 years ago
Size: 1,259 bytes
 

Contents

Class file image Download
{ "name": "rmanara/brutalforce", "type": "library", "license": "MIT", "version" : "1.0.7.1", "description": "help on secure website against brutal force attack", "keywords": [ "brute-force", "recaptcha", "ip track", "firewall", "blocking", "spam" ], "authors": [ { "name": "Rodrigo Manara", "email": "rodrigomanara@yahoo.co.uk", "homepage": "http://rodrigomanara.co.uk" } ], "homepage": "https://github.com/rodrigomanara/brutalforce", "require": { "php": ">=5.6.1", "symfony/http-foundation": "3.2.*", "phpunit/phpunit": "5.7.0", "symfony/filesystem": "^3.2", "google/recaptcha": "^1.1" }, "autoload": { "psr-4": { "BrutalForce\\": "src/BrutalForce" } }, "autoload-dev": { "psr-4": { "BrutalForce\\Test\\": "tests/" } }, "archive": { "exclude": ["vendor", "test"] },"config": { "preferred-install": "dist" }, "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "minimum-stability": "stable", "prefer-stable": true }