PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon
Autoload any needed classes of the Mezon framework
Author: By
Last change:
Date: 3 years ago
Size: 1,384 bytes
 

Contents

Class file image Download
{ "name": "mezon/all", "description": "Simple, small and fast php framework for creating microservies", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/router": "^1.0", "mezon/template-engine": "^1.0", "mezon/functional": "^1.0", "mezon/singleton": "^1.0", "mezon/utils": "^1.0", "mezon/cache": "^1.0", "mezon/conf": "^1.0", "mezon/pdocrud": "^1.0", "mezon/custom-client": "^1.0", "mezon/security": "^1.0", "mezon/application": "^1.0", "mezon/dns-client": "^1.0", "mezon/gui": "^1.0", "mezon/crud-service": "^1.1", "mezon/gentella": "^1.0", "mezon/social-network": "^1.0", "mezon/service-client": "^1.0", "mezon/crud-service-client": "^1.0", "mezon/crud-service-collection": "^1.0", "mezon/crud-service-client-adapter": "^1.0", "mezon/application-actions": "^1.0", "mezon/service": "^1.1" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon/issues", "source": "https://github.com/alexdodonov/mezon" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\": "" } }, "scripts": { "test": "php ./vendor/phpunit/phpunit/phpunit" } }