Files
symfony-validator/composer.json
2021-07-07 10:29:20 +02:00

18 lines
485 B
JSON

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