forked from ryldz07/mgp25
-
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.
- Loading branch information
1 parent
5334f4a
commit f6c9d8b
Showing
1 changed file
with
1 addition
and
24 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,33 +1,10 @@ | ||
{ | ||
"name": "mgp25/instagram-api", | ||
"name": "bekiryazgann/instagram", | ||
"description": "Instagram's private API for PHP", | ||
"license": [ | ||
"RPL-1.5", | ||
"proprietary" | ||
], | ||
"keywords": [ | ||
"Instagram", | ||
"Private", | ||
"API", | ||
"PHP" | ||
], | ||
"support": { | ||
"issues": "https://github.com/mgp25/Instagram-API/issues", | ||
"wiki": "https://github.com/mgp25/Instagram-API/wiki", | ||
"source": "https://github.com/mgp25/Instagram-API/" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "mgp25", | ||
"email": "[email protected]", | ||
"role": "Founder" | ||
}, | ||
{ | ||
"name": "SteveJobzniak", | ||
"homepage": "https://github.com/SteveJobzniak", | ||
"role": "Developer" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"InstagramAPI\\": "src/" | ||
|