File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " superbig /craft-s3-sync" ,
2
+ "name" : " masugadesign /craft-s3-sync" ,
3
3
"description" : " Create Assets in Craft when a file is uploaded directly to S3" ,
4
4
"type" : " craft-plugin" ,
5
5
"version" : " 1.0.0" ,
11
11
" s3 sync"
12
12
],
13
13
"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"
16
16
},
17
17
"license" : " MIT" ,
18
18
"authors" : [
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
29
- "superbig \\ s3sync\\ " : " src/"
29
+ "masugadesign \\ s3sync\\ " : " src/"
30
30
}
31
31
},
32
32
"extra" : {
33
33
"name" : " S3 Sync" ,
34
34
"handle" : " s3-sync" ,
35
35
"hasCpSettings" : false ,
36
36
"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" ,
38
38
"components" : {
39
- "s3SyncService" : " superbig \\ s3sync\\ services\\ S3SyncService"
39
+ "s3SyncService" : " masugadesign \\ s3sync\\ services\\ S3SyncService"
40
40
},
41
- "class" : " superbig \\ s3sync\\ S3Sync"
41
+ "class" : " masugadesign \\ s3sync\\ S3Sync"
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments