Skip to content

Commit 921e2dc

Browse files
committed
Updating Uepg/* to xBu3n0/*
1 parent 5ccb789 commit 921e2dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If applicable, add screenshots to help explain your problem. If no have screensh
3232
* Laravel: Run `php artisan --version` to show the version.
3333
* PHP: Run `php --version` to show the version.
3434
* Composer: Run `composer --version` to show the version.
35-
* uepg/laravel-sybase: Get the version in `composer.lock`.
35+
* xbu3n0/laravel-sybase: Get the version in `composer.lock`.
3636

3737
## Additional context
3838

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following in the require section of your **composer.json**:
1616

1717
### Laravel >=7.x
1818
```json
19-
"uepg/laravel-sybase": "~4.0"
19+
"xbu3n0/laravel-sybase": "~4.0"
2020
```
2121

2222
Update the package dependencies executing:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "uepg/laravel-sybase",
2+
"name": "xbu3n0/laravel-sybase",
33
"description": "Sybase based Eloquent module extension for Laravel 10.x",
44
"keywords": [
55
"sybase"
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"support": {
23-
"issues": "https://github.com/uepg/laravel-sybase/issues",
24-
"wiki": "https://github.com/uepg/laravel-sybase/wiki"
23+
"issues": "https://github.com/xbu3n0/laravel-sybase/issues",
24+
"wiki": "https://github.com/xbu3n0/laravel-sybase/wiki"
2525
},
2626
"require": {
2727
"php": ">=8.1",

0 commit comments

Comments
 (0)