PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Variadic Model   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon Variadic Model
Set model objects implemented with services
Author: By
Last change:
Date: 2 years ago
Size: 931 bytes
 

Contents

Class file image Download
{ "name": "mezon/variadic-model", "description": "Variadic model script", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require-dev": { "phpunit/phpunit": "^8.5", "vimeo/psalm": "^4.2" }, "require": { "php": ">=7.2.0", "mezon/service-model": "1.2.*", "mezon/conf": "1.2.*" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-variadic-model/issues", "source": "https://github.com/alexdodonov/mezon-variadic-model" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-variadic-model", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\": "./Mezon/" } }, "scripts": { "test": "php ./vendor/phpunit/phpunit/phpunit", "psalm": "php ./vendor/vimeo/psalm/psalm --show-info=true --no-cache" } }