PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Service
Implement Web services routing requests to classes
Author: By
Last change:
Date: 3 years ago
Size: 863 bytes
 

Contents

Class file image Download
{ "name": "mezon/service", "description": "Small service script", "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/functional": "^1.0", "mezon/pdocrud": "^1.0", "mezon/dns-client": "^1.0", "mezon/custom-client": "^1.0", "mezon/rest-exception": "^1.0", "mezon/fields-set": "^1.0", "phpunit/phpunit": "^9.1" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-service/issues", "source": "https://github.com/alexdodonov/mezon-service" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-service", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Service\\": "" } } }