Skip to content

Commit d89b4d8

Browse files
committed
Initial commit
1 parent 6ea36f0 commit d89b4d8

File tree

3 files changed

+3101
-6
lines changed

3 files changed

+3101
-6
lines changed

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
preset: psr2

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "diecoding/yii2-aws-s3",
33
"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+
],
410
"type": "yii2-extension",
511
"keywords": [
612
"yii2",
@@ -15,12 +21,6 @@
1521
"issues": "https://github.com/sugeng-sulistiyawan/yii2-aws-s3/issues",
1622
"source": "https://github.com/sugeng-sulistiyawan/yii2-aws-s3"
1723
},
18-
"authors": [
19-
{
20-
"name": "Sugeng Sulistiyawan",
21-
"email": "sugeng.sulistiyawan@gmail.com"
22-
}
23-
],
2424
"require": {
2525
"php": ">=7.4.0",
2626
"yiisoft/yii2": "~2.0",

0 commit comments

Comments
 (0)