{
"name": "mezon/view",
"description": "View classes",
"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/http-request-params": "1.0.*",
"mezon/html-template": "1.1.*"
},
"support": {
"email": "alexey@dodonov.pro",
"issues": "https://github.com/alexdodonov/mezon-view/issues",
"source": "https://github.com/alexdodonov/mezon-view"
},
"minimum-stability": "dev",
"homepage": "https://github.com/alexdodonov/mezon-view",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Mezon\\": "./Mezon/"
}
},
"scripts": {
"test": "php ./vendor/phpunit/phpunit/phpunit --order-by=random",
"psalm": "php ./vendor/vimeo/psalm/psalm --show-info=true"
}
}
|