Skip to content

Commit aecf7e6

Browse files
committed
Composer
1 parent fc30b79 commit aecf7e6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "embedly/embedly-php",
3+
"description": "Embedly library for PHP",
4+
"keywords": ["odm","mongodb"],
5+
"homepage": "https://github.com/embedly",
6+
"type": "library",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Bob Corsaro",
11+
"email": "[email protected]",
12+
"homepage": "http://bit.ly/rcorsaro"
13+
}
14+
]
15+
,
16+
17+
"require":
18+
{
19+
"php": ">=5.3.0"
20+
},
21+
"autoload": {
22+
"psr-0": {
23+
"Embedly": "src"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)