PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP Checkbox Field   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP Checkbox Field
Get the HTML for a checkbox from a field record
Author: By
Last change:
Date: 3 years ago
Size: 843 bytes
 

Contents

Class file image Download
{ "name": "mezon/checkbox-field", "description": "Cehckbox field for the FormBuilder", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require-dev": { "phpunit/phpunit": "^8.5" }, "require": { "php": ">=7.2.0", "mezon/field": "1.0.*" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-checkbox-field/issues", "source": "https://github.com/alexdodonov/mezon-checkbox-field" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-checkbox-field", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\": "Mezon/" } }, "scripts": { "post-update-cmd": "composer test", "test": "php ./vendor/phpunit/phpunit/phpunit" } }