We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d883b0a + ace1821 commit 4e579a4Copy full SHA for 4e579a4
1 file changed
composer.json
@@ -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": "latten@adobe.com",
12
+ "homepage": "http://twitter.com/bryanlatten"
13
+ },
14
15
+ "name": "Michael Klein",
16
+ "email": "klein@adobe.com",
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