{
"name": "mezon/all",
"description": "Simple, small and fast php framework for creating microservies",
"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/template-engine": "^1.0",
"mezon/functional": "^1.0",
"mezon/singleton": "^1.0",
"mezon/utils": "^1.0",
"mezon/cache": "^1.0",
"mezon/conf": "^1.0",
"mezon/pdocrud": "^1.0",
"mezon/custom-client": "^1.0",
"mezon/security": "^1.0",
"mezon/application": "^1.0",
"mezon/dns-client": "^1.0",
"mezon/gui": "^1.0",
"mezon/crud-service": "^1.1",
"mezon/gentella": "^1.0",
"mezon/social-network": "^1.0",
"mezon/service-client": "^1.0",
"mezon/crud-service-client": "^1.0",
"mezon/crud-service-collection": "^1.0",
"mezon/crud-service-client-adapter": "^1.0",
"mezon/application-actions": "^1.0",
"mezon/service": "^1.1"
},
"support": {
"email": "alexey@dodonov.pro",
"issues": "https://github.com/alexdodonov/mezon/issues",
"source": "https://github.com/alexdodonov/mezon"
},
"minimum-stability": "dev",
"homepage": "https://github.com/alexdodonov/mezon",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Mezon\\": ""
}
},
"scripts": {
"test": "php ./vendor/phpunit/phpunit/phpunit"
}
}
|