PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ivan Grigorov   VM PHP Validator Package   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: VM PHP Validator Package
Validate objects using rules defined in comments
Author: By
Last change:
Date: 1 year ago
Size: 857 bytes
 

Contents

Class file image Download
{ "name": "ivangrigorov/vmvalidator", "type": "library", "description": "Simple Request Model Validation", "minimum-stability": "stable", "keywords": [ "Validation", "Request Models", "Attributes" ], "homepage": "https://github.com/IvanGrigorov/VMValidator", "license": "MIT", "authors": [ { "name": "Ivan Grigorov", "email": "ivangrigorov9@gmail.com", "role": "Developer and maintainer" } ], "require": { "php": "^8.0" }, "autoload": { "psr-4": { "RMValidator\\": "./RMValidator" } }, "require-dev": { "phpunit/phpunit": "9.5", "codeception/codeception": "^4.1", "codeception/module-phpbrowser": "^1.0.0", "codeception/module-asserts": "^1.0.0" } }