We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea36f0 commit d89b4d8Copy full SHA for d89b4d8
.styleci.yml
@@ -0,0 +1 @@
1
+preset: psr2
composer.json
@@ -1,6 +1,12 @@
{
2
"name": "diecoding/yii2-aws-s3",
3
"description": "Amazon S3 or Amazon Simple Storage Service component for Yii2",
4
+ "authors": [
5
+ {
6
+ "name": "Sugeng Sulistiyawan",
7
+ "email": "sugeng.sulistiyawan@gmail.com"
8
+ }
9
+ ],
10
"type": "yii2-extension",
11
"keywords": [
12
"yii2",
@@ -15,12 +21,6 @@
15
21
"issues": "https://github.com/sugeng-sulistiyawan/yii2-aws-s3/issues",
16
22
"source": "https://github.com/sugeng-sulistiyawan/yii2-aws-s3"
17
23
},
18
- "authors": [
19
- {
20
- "name": "Sugeng Sulistiyawan",
- "email": "sugeng.sulistiyawan@gmail.com"
- }
- ],
24
"require": {
25
"php": ">=7.4.0",
26
"yiisoft/yii2": "~2.0",
0 commit comments