forked from emilh91/groupme-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes composer.json to reference the forked repo
- Loading branch information
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
{ | ||
"name": "emilh91/groupme-api-client", | ||
"name": "rgaida/groupme-api-client", | ||
"type": "library", | ||
"description": "GroupMe API Client", | ||
"keywords": ["groupme", "api", "client", "wrapper"], | ||
"homepage": "https://github.com/emilh91/groupme-api-client", | ||
"homepage": "https://github.com/rgaida/groupme-api-client", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Emil Huseynaliev", | ||
"email": "[email protected]", | ||
"homepage": "https://emilh.net", | ||
"role": "Developer" | ||
} | ||
{ | ||
"name": "Emil Huseynaliev", | ||
"email": "[email protected]", | ||
"homepage": "https://emilh.net", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Roland Gaida", | ||
"email": "[email protected]", | ||
"homepage": "https://rgaida.net", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0" | ||
|