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