PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Krisztián Dudás   PHP Array Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Validator
Validate an array of values with a set of rules
Author: By
Last change:
Date: 1 year ago
Size: 592 bytes
 

Contents

Class file image Download
{ "name": "kdudas/array-validator", "description": "Validate an array with a set of validators", "type": "library", "license": "gpl-3.0", "autoload": { "psr-4": { "KDudas\\ArrayValidator\\": "src/" } }, "autoload-dev": { "psr-4": { "KDudas\\ArrayValidator\\Tests\\": "tests/" } }, "authors": [ { "name": "Dudás Krisztián", "email": "dude920228@gmail.com" } ], "minimum-stability": "stable", "require": { "phpunit/phpunit": "^9.5" } }