Skip to content

Commit 403637b

Browse files
committed
chore: change composer namespace
1 parent 36d1a65 commit 403637b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
You can install the package via composer:
4343

4444
```bash
45-
composer require tursodatabase/turso-http-laravel
45+
composer require darkterminal/turso-http-laravel
4646
```
4747

4848
Then register the service provider at `bootstrap/providers.php` array:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tursodatabase/turso-http-laravel",
2+
"name": "darkterminal/turso-http-laravel",
33
"description": "A Turso HTTP SDK for Laravel",
44
"version": "1.0.1",
55
"keywords": [
@@ -90,4 +90,4 @@
9090
},
9191
"minimum-stability": "dev",
9292
"prefer-stable": true
93-
}
93+
}

0 commit comments

Comments
 (0)