symfony-validator/composer.json

24 lines
616 B
JSON
Raw Normal View History

2019-02-08 16:41:47 +01:00
{
2019-02-08 17:50:22 +01:00
"name": "bluesquare-packages/symfony-validator",
"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"
}
],
2019-02-18 17:51:29 +01:00
"type": "symfony-bundle",
2019-02-08 16:41:47 +01:00
"require": {
"php": ">=7.1",
2019-02-21 12:28:50 +01:00
"symfony/translation": "^4.2",
"bluesquare-packages/symfony-storage": "dev-master"
2019-02-08 16:41:47 +01:00
},
"autoload": {
"psr-4": {
2019-02-19 18:15:47 +01:00
"Bluesquare\\ValidatorBundle\\": "ValidatorBundle/"
2019-02-08 16:41:47 +01:00
}
}
}