Files
PaulCombal 3b9c194e51 auto
2019-03-01 13:12:17 +01:00

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/"
}
}
}