Skip to content

Commit cf48a58

Browse files
authored
Update composer.json
1 parent 34f3006 commit cf48a58

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "superbig/craft-s3-sync",
2+
"name": "masugadesign/craft-s3-sync",
33
"description": "Create Assets in Craft when a file is uploaded directly to S3",
44
"type": "craft-plugin",
55
"version": "1.0.0",
@@ -11,8 +11,8 @@
1111
"s3 sync"
1212
],
1313
"support": {
14-
"docs": "https://github.com/superbigco/craft-s3-sync/blob/master/README.md",
15-
"issues": "https://github.com/superbigco/craft-s3-sync/issues"
14+
"docs": "https://github.com/masugadesign/craft-s3-sync/blob/master/README.md",
15+
"issues": "https://github.com/masugadesign/craft-s3-sync/issues"
1616
},
1717
"license": "MIT",
1818
"authors": [
@@ -26,18 +26,18 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"superbig\\s3sync\\": "src/"
29+
"masugadesign\\s3sync\\": "src/"
3030
}
3131
},
3232
"extra": {
3333
"name": "S3 Sync",
3434
"handle": "s3-sync",
3535
"hasCpSettings": false,
3636
"hasCpSection": false,
37-
"changelogUrl": "https://raw.githubusercontent.com/superbigco/craft-s3-sync/master/CHANGELOG.md",
37+
"changelogUrl": "https://raw.githubusercontent.com/masugadesign/craft-s3-sync/master/CHANGELOG.md",
3838
"components": {
39-
"s3SyncService": "superbig\\s3sync\\services\\S3SyncService"
39+
"s3SyncService": "masugadesign\\s3sync\\services\\S3SyncService"
4040
},
41-
"class": "superbig\\s3sync\\S3Sync"
41+
"class": "masugadesign\\s3sync\\S3Sync"
4242
}
4343
}

0 commit comments

Comments
 (0)