Skip to content

Commit

Permalink
migrated to binkode repo (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel authored Jan 5, 2025
1 parent 2f972a3 commit b4f8a36
Show file tree
Hide file tree
Showing 60 changed files with 1,828 additions and 2,414 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "myckhel/laravel-chat-system",
"name": "binkode/laravel-chat-system",
"description": "laravel chat system",
"license": "MIT",
"version": "1.0.0-beta3",
"version": "1.0.0-beta.4",
"authors": [
{
"name": "myckhel",
"email": "myckhel1@hotmail.com",
"homepage": "https://myckhel.com"
}
],
"homepage": "https://github.com/myckhel/laravel-chat-system",
"homepage": "https://github.com/binkode/laravel-chat-system",
"keywords": [
"Laravel",
"ChatSystem"
Expand All @@ -31,21 +31,21 @@
},
"autoload": {
"psr-4": {
"Myckhel\\ChatSystem\\": "src/"
"Binkode\\ChatSystem\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Myckhel\\ChatSystem\\Tests\\": "tests"
"Binkode\\ChatSystem\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Myckhel\\ChatSystem\\ChatSystemServiceProvider"
"Binkode\\ChatSystem\\ChatSystemServiceProvider"
],
"aliases": {
"ChatSystem": "Myckhel\\ChatSystem\\Facades\\ChatSystem"
"ChatSystem": "Binkode\\ChatSystem\\Facades\\ChatSystem"
}
}
},
Expand All @@ -54,4 +54,4 @@
"pestphp/pest-plugin": true
}
}
}
}
Loading

0 comments on commit b4f8a36

Please sign in to comment.