PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP Application Actions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP Application Actions
Provide default actions for CRUD based application
Author: By
Last change:
Date: 3 years ago
Size: 885 bytes
 

Contents

Class file image Download
{ "name": "mezon/application-actions", "description": "Small application script", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/crud-service-client" : "^1.0.0", "mezon/crud-service-client-adapter" : "^1.0.0", "mezon/gui" : "^1.0.0", "mezon/filter": "^1.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-application-actions/issues", "source": "https://github.com/alexdodonov/mezon-application-actions" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-application-actions", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\": "./Mezon/" } }, "scripts": { "test": "php ./vendor/phpunit/phpunit/phpunit" } }