PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cyril Ogana   cymapgt Validator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: cymapgt Validator
Validate data types wrapping the Respect package
Author: By
Last change: Fix PHP restriction in composer.json
Require minimum PHP 7.2
Require minimum Phpunit 8
Add type hints to inherited test case methods
Date: 4 years ago
Size: 1,094 bytes
 

Contents

Class file image Download
{ "keywords": [ "validation" ], "autoload" : { "psr-4" : { "cymapgt\\Exception\\" : "src/Exception", "cymapgt\\core\\utility\\validator\\" : "src" } }, "autoload-dev" : { "psr-4" : { "cymapgt\\core\\utility\\validator\\tests\\" : "tests" } }, "name" : "cymapgt/validator", "type" : "library", "description" : "Wrapper for PHP Respect Validation Package, for use in validating data records prior to storing in data store", "license" : "proprietary", "require" : { "php" : ">=7.2.0", "respect/validation" : "^1.0.0" }, "require-dev" : { "phpunit/phpunit" : "8.*" }, "support" : { "email" : "cogana@gmail.com", "source" : "https://bitbucket.org/cymapgt/validator" }, "authors" : [{ "name" : "Cyril Ogana", "email" : "cogana@gmail.com", "homepage" : "http://www.cymapk.com", "role" : "Maintainer" }], "homepage" : "https://bitbucket.org/cymapgt/validator" }