Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit d28f954

Browse files
committed
Added composer
1 parent 28bb7c8 commit d28f954

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

composer.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "mgp25/snapapi",
3+
"description": "The php Snapchat library ",
4+
"license": "MIT",
5+
"keywords": [
6+
"Snapchat",
7+
"SnapAPI"
8+
],
9+
"authors": [
10+
{
11+
"role": "Contributors",
12+
"name": "Snap API Contributing Team",
13+
"homepage": "https://github.com/mgp25/Snap-API/graphs/contributors"
14+
}
15+
],
16+
"support": {
17+
"issues": "https://github.com/mgp25/Snap-API/issues",
18+
"wiki": "https://github.com/mgp25/Snap-API/wiki",
19+
"source": "https://github.com/mgp25/Snap-API"
20+
},
21+
"autoload": {
22+
"classmap": [
23+
"src/"
24+
]
25+
},
26+
"require": {
27+
"php": ">=5.3",
28+
"ext-curl": "*",
29+
"ext-gd" : "*",
30+
"ext-zip" : "*",
31+
"ext-mcrypt" : "*"
32+
}
33+
}

0 commit comments

Comments
 (0)