forked from ollietb/OhInstagramBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·35 lines (35 loc) · 975 Bytes
/
composer.json
File metadata and controls
executable file
·35 lines (35 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "oh/instagram-bundle-2",
"type": "symfony-bundle",
"description": "Use Instaphp by sesser (Randy) as a Symfony2 service. Adapted to use Instaphp v2 as a dependency.",
"keywords": ["instagram", "api", "Symfony2"],
"homepage": "https://github.com/stephen-crowdreactive/OhInstagramBundle/",
"license": "MIT",
"version": "2.0.0",
"authors": [
{
"name": "Ollie Harridge",
"email": "code@oll.ie"
},
{
"name": "sesser (randy)",
"email": "randy@instaphp.com"
},
{
"name": "Stephen Wilkinson",
"email": "stephen@crowdreactive.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "*",
"instaphp/instaphp": "2.*"
},
"autoload": {
"psr-0": {
"Oh\\InstagramBundle": "",
"Instaphp": "Oh/InstagramBundle"
}
},
"target-dir": "Oh/InstagramBundle"
}