Skip to content

Commit 586e8a6

Browse files
committed
composer
1 parent 101ea5d commit 586e8a6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "forkcms/api-wrapper",
3+
"type": "library",
4+
"description": "Wrapper class to communicate with your Fork install",
5+
"homepage": "https://github.com/forkcms/api-wrapper-class",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Tijs Verkoyen",
10+
"email": "[email protected]",
11+
"role": "Developer"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.0",
16+
"ext-curl": "*"
17+
},
18+
"autoload": {
19+
"classmap": [""]
20+
}
21+
}

0 commit comments

Comments
 (0)