Skip to content

Commit 9594a83

Browse files
authored
Update composer.json
1 parent d35d512 commit 9594a83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name" : "scribu/scb-framework",
2+
"name" : "dustyf/scb-framework",
33
"description": "A set of useful classes for faster plugin development",
44
"keywords" : ["wordpress"],
5-
"homepage" : "https://github.com/scribu/wp-scb-framework",
5+
"homepage" : "https://github.com/dustyf/wp-scb-framework",
66
"license" : "GPL-3.0+",
77
"authors" : [
88
{
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"support" : {
14-
"issues": "https://github.com/scribu/wp-scb-framework/issues",
15-
"source": "https://github.com/scribu/wp-scb-framework",
16-
"wiki": "https://github.com/scribu/wp-scb-framework/wiki"
14+
"issues": "https://github.com/dustyf/wp-scb-framework/issues",
15+
"source": "https://github.com/dustyf/wp-scb-framework",
16+
"wiki": "https://github.com/dustyf/wp-scb-framework/wiki"
1717
},
1818
"autoload" : {
1919
"classmap": ["."],

0 commit comments

Comments
 (0)