{
"name": "mezon/field",
"description": "Field base class for the FormBuilder",
"license": "MIT",
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"require-dev" : {
"phpunit/phpunit": "^8.5"
},
"require": {
"php": ">=7.2.0"
},
"support": {
"email": "alexey@dodonov.pro",
"issues": "https://github.com/alexdodonov/mezon-field/issues",
"source": "https://github.com/alexdodonov/mezon-field"
},
"minimum-stability": "dev",
"homepage": "https://github.com/alexdodonov/mezon-field",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Mezon\\": "Mezon/"
}
},
"scripts": {
"post-update-cmd": "composer test",
"test": "php ./vendor/phpunit/phpunit/phpunit"
}
}
|