Skip to content

Commit

Permalink
Merge pull request #4 from gdpa/laravel7
Browse files Browse the repository at this point in the history
Fix package name and autoload
  • Loading branch information
gdpa committed Jan 11, 2021
2 parents 2b22a0e + 1d7a281 commit a5bd733
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gdpa/kavenegar",
"description": "Kavenegar Notifications driver",
"homepage": "https://github.com/gdpa/kavenegar",
"name": "gdpa/chabok",
"description": "Chabok Notifications driver",
"homepage": "https://github.com/gdpa/chabok",
"license": "MIT",
"authors": [
{
Expand All @@ -22,12 +22,12 @@
},
"autoload": {
"psr-4": {
"NotificationChannels\\Kavenegar\\": "src"
"NotificationChannels\\Chabok\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"NotificationChannels\\Kavenegar\\Test\\": "tests"
"NotificationChannels\\Chabok\\Test\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit a5bd733

Please sign in to comment.