symfony-storage/composer.json

18 lines
458 B
JSON
Raw Normal View History

2021-07-07 10:24:05 +02:00
{
"name": "bluesquare-packages/symfony-storage",
"description": "Cryptor created by Bluesquare Computing",
"keywords": ["template", "composer", "package"],
"license": "proprietary",
"type": "symfony-bundle",
"require": {
2021-07-07 10:31:34 +02:00
"php": ">=7.1",
2021-07-07 10:24:05 +02:00
"aws/aws-sdk-php": "^3.81",
"doctrine/event-manager": "*"
},
"autoload": {
"psr-4": {
"Bluesquare\\StorageBundle\\": "StorageBundle/"
}
}
}