Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit a29c0d7

Browse files
committed
changed names
1 parent 1e1c4e8 commit a29c0d7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "michel-pi/fortnite-api",
2+
"name": "fortnite-api/php-wrapper",
33
"description": "PHP wrapper for https://fortnite-api.com",
44
"keywords": [
55
"framework",
@@ -16,9 +16,15 @@
1616
"authors": [
1717
{
1818
"name": "michel-pi",
19-
"email": "[email protected]",
20-
"homepage": "https://github.com/michel-pi/fortnite-api-php-wrapper",
21-
"role": "developer"
19+
"email": "[email protected]",
20+
"homepage": "https://github.com/Fortnite-API/php-wrapper",
21+
"role": "maintainer"
22+
},
23+
{
24+
"name": "NotOfficer",
25+
"email": "[email protected]",
26+
"homepage": "https://github.com/Fortnite-API/php-wrapper",
27+
"role": "owner"
2228
}
2329
],
2430
"minimum-stability": "stable",
@@ -28,12 +34,12 @@
2834
},
2935
"autoload": {
3036
"psr-4": {
31-
"MichelPi\\FortniteApi\\": "src/"
37+
"FortniteApi\\": "src/"
3238
}
3339
},
3440
"autoload-dev": {
3541
"psr-4": {
36-
"MichelPi\\FortniteApi\\": "src/"
42+
"FortniteApi\\": "src/"
3743
}
3844
}
3945
}

0 commit comments

Comments
 (0)