{
	"name": "mezon/crud-service-client",
	"description": "Small crud-service-client script",
	"license": "MIT",
	"authors": [
		{
			"name": "Dodonov Alexey",
			"email": "
[email protected]",
			"homepage": "http://gdzone.ru",
			"role": "Founder"
		}
	],
	"require": {
		"php": ">=7.2.0",
		"mezon/functional" : ">=1.0.0",
		"mezon/service-client" : ">=1.0.0"
	},
	"support": {
		"email": "
[email protected]",
		"issues": "https://github.com/alexdodonov/mezon-crud-service-client/issues",
		"source": "https://github.com/alexdodonov/mezon-crud-service-client"
	},
	"minimum-stability": "dev",
	"homepage": "https://github.com/alexdodonov/mezon-crud-service-client",
	"prefer-stable": true,
	"autoload": {
		"psr-4": {
			"Mezon\\CrudService\\": ""
		}
	}
}