Skip to content

Commit 861032b

Browse files
committed
Moved to Binkode Namespace
1 parent 3211e28 commit 861032b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1274
-1339
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
6-
ko_fi: myckhel
6+
ko_fi: binkode
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
liberapay: # Replace with a single Liberapay username

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributions are **welcome** and will be fully **credited**.
44

5-
We accept contributions via Pull Requests on [Github](https://github.com/myckhel/laravel-paystack).
5+
We accept contributions via Pull Requests on [Github](https://github.com/binkode/laravel-paystack).
66

77

88
## Pull Requests
@@ -29,4 +29,4 @@ $ composer test
2929
```
3030

3131

32-
**Happy coding**!
32+
**Happy coding**!

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "myckhel/laravel-paystack",
2+
"name": "binkode/laravel-paystack",
33
"description": "A description for laravel-paystack.",
44
"type": "package",
55
"license": "MIT",
@@ -17,12 +17,12 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"Myckhel\\Paystack\\": "src/"
20+
"Binkode\\Paystack\\": "src/"
2121
}
2222
},
2323
"autoload-dev": {
2424
"psr-4": {
25-
"Myckhel\\Paystack\\Tests\\": "tests"
25+
"Binkode\\Paystack\\Tests\\": "tests"
2626
}
2727
},
2828
"scripts": {
@@ -31,14 +31,14 @@
3131
"extra": {
3232
"laravel": {
3333
"providers": [
34-
"Myckhel\\Paystack\\PaystackServiceProvider"
34+
"Binkode\\Paystack\\PaystackServiceProvider"
3535
],
3636
"aliases": {
37-
"Paystack": "Myckhel\\Paystack\\Facades\\Paystack"
37+
"Paystack": "Binkode\\Paystack\\Facades\\Paystack"
3838
}
3939
}
4040
},
4141
"require-dev": {
4242
"orchestra/testbench": "^6.0"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)