Skip to content

Commit 33fa5cc

Browse files
committed
Update composer.json metadata and namespace to reflect new package ownership
1 parent abdb3be commit 33fa5cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pocket-labs/pocket-laravel",
2+
"name": "yannelli/pocket-laravel-sdk",
33
"description": "Laravel SDK for the Pocket API - Access recordings, transcripts, summaries, and more",
44
"keywords": [
55
"pocket",
@@ -9,12 +9,12 @@
99
"recordings",
1010
"transcription"
1111
],
12-
"homepage": "https://github.com/pocket-labs/pocket-laravel",
12+
"homepage": "https://github.com/yannelli/pocket-laravel-sdk",
1313
"license": "MIT",
1414
"authors": [
1515
{
16-
"name": "Pocket Labs",
17-
"email": "support@heypocket.com",
16+
"name": "Ryan Yannelli",
17+
"email": "ryanyannelli@gmail.com",
1818
"role": "Developer"
1919
}
2020
],
@@ -39,12 +39,12 @@
3939
},
4040
"autoload": {
4141
"psr-4": {
42-
"PocketLabs\\Pocket\\": "src/"
42+
"Yannelli\\Pocket\\": "src/"
4343
}
4444
},
4545
"autoload-dev": {
4646
"psr-4": {
47-
"PocketLabs\\Pocket\\Tests\\": "tests/"
47+
"Yannelli\\Pocket\\Tests\\": "tests/"
4848
}
4949
},
5050
"scripts": {
@@ -65,10 +65,10 @@
6565
"extra": {
6666
"laravel": {
6767
"providers": [
68-
"PocketLabs\\Pocket\\PocketServiceProvider"
68+
"Yannelli\\Pocket\\PocketServiceProvider"
6969
],
7070
"aliases": {
71-
"Pocket": "PocketLabs\\Pocket\\Facades\\Pocket"
71+
"Pocket": "Yannelli\\Pocket\\Facades\\Pocket"
7272
}
7373
}
7474
},

0 commit comments

Comments
 (0)