version 1.0

This commit is contained in:
2021-07-07 10:24:05 +02:00
commit 941a149097
17 changed files with 1069 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "bluesquare-packages/symfony-storage",
"description": "Cryptor created by Bluesquare Computing",
"keywords": ["template", "composer", "package"],
"license": "proprietary",
"authors": [
{
"name": "RENOU Maxime",
"email": "maxime@bluesquare.io"
}
],
"type": "symfony-bundle",
"require": {
"php": ">=7.1",
"aws/aws-sdk-php": "^3.81",
"doctrine/event-manager": "*"
},
"autoload": {
"psr-4": {
"Bluesquare\\StorageBundle\\": "StorageBundle/"
}
}
}