You've already forked symfony-storage
version 1.0
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user