PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thiago Przyczynski   PHP CPF Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CPF Validation
Validate Brazilian tax payer numbers with Laravel
Author: By
Last change:
Date: 4 years ago
Size: 905 bytes
 

Contents

Class file image Download
{ "name": "thiagoprz/cpf-validator", "description": "Laravel package to validate CPF (Brazilian taxpayer identification number)", "authors": [ { "name": "Thiago Przyczynski", "email": "przyczynski@gmail.com" } ], "extra": { "laravel": { "providers": [ "Thiagoprz\\CpfValidator\\CpfServiceProvider" ] } }, "autoload": { "classmap": [ "src/" ], "psr-4": { "Thiagoprz\\CpfValidator\\": "src" } }, "autoload-dev": { "psr-4": { "Thiagoprz\\CpfValidator\\Test\\": "tests/" } }, "license": "MIT", "require": { "php": "^7.1.3", "laravel/framework": "^5.5" }, "require-dev": { "phpunit/phpunit": "^8.3@dev", "orchestra/testbench": "^3.8" } }