Skip to content

Commit d0cf648

Browse files
committed
renamed the plugins to fit packagist standards
1 parent eb094e3 commit d0cf648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"autoload": {
1313
"psr-4": {
14-
"CurlManager\\": "src"
14+
"PayStack\\": "src"
1515
}
1616
},
1717
"autoload-dev": {
1818
"psr-4": {
19-
"CurlManager\\Test\\": "tests",
19+
"PayStack\\Test\\": "tests",
2020
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests"
2121
}
2222
}

0 commit comments

Comments
 (0)