Skip to content

Commit 4e579a4

Browse files
author
Bryan Latten
committed
Merge pull request #17 from behance/feature-composer
Composer: initial implementation
2 parents d883b0a + ace1821 commit 4e579a4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "behance/api-network",
3+
"description": "Simply connect to the Behance Network using PHP and cURL",
4+
"keywords": ["behance","api"],
5+
"homepage": "http://github.com/behance/network_api_php",
6+
"type": "library",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Bryan Latten",
11+
"email": "[email protected]",
12+
"homepage": "http://twitter.com/bryanlatten"
13+
},
14+
{
15+
"name": "Michael Klein",
16+
"email": "[email protected]",
17+
"homepage": "https://twitter.com/mikeklein13"
18+
}
19+
],
20+
"require": {
21+
"php": ">=5.2.0",
22+
"ext-curl": "*"
23+
},
24+
"autoload": {
25+
"psr-0": {"Be": "lib/"}
26+
},
27+
}

0 commit comments

Comments
 (0)