PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP Utility Function   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP Utility Function
Useful general purpose functions to use in PHP
Author: By
Last change:
Date: 3 years ago
Size: 648 bytes
 

Contents

Class file image Download
{ "name" : "mezon/utils", "description" : "https://github.com/alexdodonov/mezon-utils", "license" : "MIT", "authors" : [{ "name" : "Dodonov Alexey", "email" : "alexey@dodonov.pro", "homepage" : "http://gdzone.ru", "role" : "Founder" } ], "require" : { "php" : ">=7.2.0" }, "support" : { "email" : "alexey@dodonov.pro", "issues" : "https://github.com/alexdodonov/mezon-utils/issues", "source" : "https://github.com/alexdodonov/mezon-utils" }, "minimum-stability" : "dev", "homepage" : "https://github.com/alexdodonov/mezon-utils", "prefer-stable" : true, "autoload": { "psr-4": { "Mezon\\Utils\\": "" } } }