symfony-notifications/composer.json

22 lines
541 B
JSON

{
"name": "bluesquare-packages/symfony-notifications",
"description": "Notifications package created by Bluesquare Computing",
"keywords": ["template", "composer", "package"],
"license": "proprietary",
"authors": [
{
"name": "COMBALDIEU Paul",
"email": "paul@bluesquare.io"
}
],
"type": "symfony-bundle",
"require": {
"php": ">=7.1"
},
"autoload": {
"psr-4": {
"Bluesquare\\NotificationsBundle\\": "NotificationsBundle/"
}
}
}