symfony-notifications/composer.json

22 lines
541 B
JSON
Raw Permalink Normal View History

2019-03-01 12:18:06 +01:00
{
2019-03-01 12:32:00 +01:00
"name": "bluesquare-packages/symfony-notifications",
2019-03-01 12:49:26 +01:00
"description": "Notifications package created by Bluesquare Computing",
2019-03-01 12:18:06 +01:00
"keywords": ["template", "composer", "package"],
"license": "proprietary",
"authors": [
{
2019-03-01 13:12:17 +01:00
"name": "COMBALDIEU Paul",
"email": "paul@bluesquare.io"
2019-03-01 12:18:06 +01:00
}
],
"type": "symfony-bundle",
"require": {
"php": ">=7.1"
},
"autoload": {
"psr-4": {
2019-03-01 12:49:26 +01:00
"Bluesquare\\NotificationsBundle\\": "NotificationsBundle/"
2019-03-01 12:18:06 +01:00
}
}
}