PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP GUI Builder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP GUI Builder
Generate HTML based UI from component classes
Author: By
Last change:
Date: 3 years ago
Size: 867 bytes
 

Contents

Class file image Download
{ "name": "mezon/gui", "description": "Small gui script", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/functional": "^1.0", "mezon/template-engine": "^1.0", "mezon/security": "^1.0", "mezon/list-builder-adapter": "^1.0", "mezon/fields-set": "^1.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-gui/issues", "source": "https://github.com/alexdodonov/mezon-gui" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-gui", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Gui\\": "" } }, "scripts": { "post-update-cmd": "composer test", "test": "php ./vendor/phpunit/phpunit/phpunit" } }