{
	"name": "mezon/service",
	"description": "Small service script",
	"license": "MIT",
	"authors": [
		{
			"name": "Dodonov Alexey",
			"email": " [email protected]",
			"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": " [email protected]",
		"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\\": ""
		}
	}
}
 
  |