Skip to content

Commit a51300b

Browse files
committed
Rename package namespace and update composer.json to reflect new vendor name
1 parent 8240b7c commit a51300b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jahid/laravel-api-response",
2+
"name": "exitdump/laravel-api-response",
33
"description": "A Laravel package for standardized API JSON response formatting",
44
"type": "library",
55
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"extra": {
1818
"laravel": {
1919
"providers": [
20-
"Jahid\\ApiResponse\\ApiResponseServiceProvider"
20+
"Exitdump\\ApiResponse\\ApiResponseServiceProvider"
2121
]
2222
}
2323
},

src/ApiResponseServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Jahid\ApiResponse;
3+
namespace Exitdump\ApiResponse;
44

55
use Illuminate\Support\ServiceProvider;
66

src/ResponseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Jahid\ApiResponse;
3+
namespace Exitdump\ApiResponse;
44

55
class ResponseBuilder
66
{

0 commit comments

Comments
 (0)