symfony-validator/composer.json

18 lines
485 B
JSON
Raw Permalink Normal View History

2021-07-07 10:26:43 +02:00
{
"name": "bluesquare-packages/symfony-validator",
"description": "Validator created by Bluesquare Computing",
"keywords": ["template", "composer", "package"],
"license": "proprietary",
"type": "symfony-bundle",
"require": {
2021-07-07 10:29:20 +02:00
"php": ">=7.1",
2021-07-07 10:26:43 +02:00
"symfony/translation": "^4.2",
2021-07-07 10:29:20 +02:00
"bluesquare-packages/symfony-storage": "^1.0"
2021-07-07 10:26:43 +02:00
},
"autoload": {
"psr-4": {
"Bluesquare\\ValidatorBundle\\": "ValidatorBundle/"
}
}
}