symfony-validator/composer.json

22 lines
471 B
JSON
Raw Normal View History

2019-02-08 16:41:47 +01:00
{
"name": "bluesquare/validator",
"description": "Valitor create by Bluesquare Computing",
"keywords": ["template", "composer", "package"],
"license": "proprietary",
"authors": [
{
"name": "RENOU Maxime",
"email": "maxime@bluesquare.io"
}
],
"type": "project",
"require": {
"php": ">=7.1"
},
"autoload": {
"psr-4": {
"Bluesquare\\Validator\\": "src/"
}
}
}